/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

table {
    display: block;
    overflow-x: auto;
}
.header{
	transition: 0.3s ease all;
	z-index:111;
}

.header.fixed{
	background-color:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	position:fixed!important;
	width:100%;
	top:0;
}
.home .header.fixed{
	background-color:#00430C;
}
.header-menu ul li a.elementor-item {
	position:relative;
}

.header-menu ul li a.elementor-item::after{
	content:"";
	width:100%;
	height:2px;
	background-color:#96C941;
	position:absolute;
	bottom:-5px;
	left:0;
}
.header-menu ul li.current_page_item a.elementor-item::after{
	opacity:1!important;
}
.header-menu ul .sub-menu li a{
	justify-content:space-between;
}

.banner-slider .swiper-pagination {
	position: absolute;
  right: 20px;
  top: 50%;
  flex-direction: column;
  width: 20px;
  display: flex;
  transform: translateY(-50%);
  left: auto;
  bottom: auto!important;
}
.banner-slider .swiper-pagination-bullet{
	background-color:#fff!important;
	margin:4px 0!important;
	opacity:1!important;
}
.banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#E2C645!important;
}


.testimonial-slider .swiper-pagination-bullet{
	border:1px solid #fff!important;
	opacity:1!important;
	background-color:transparent!important;
}
.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#fff!important;
	border-color:#fff!important;
}

.faq-block{
	text-align:center;
}
.filter-block .elementor-item {
	padding-left:0!important;
	padding-right:0!important;
}

.search-form {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
	position:relative;
}
.search-form .form-control {
  width: 100%;
  height: 54px;
  background: #fff !important;
  border: none;
  border-radius: 100px;
	font-size:16px;
	 box-shadow:none;
  outline:none;
	padding-left:20px;
  font-family: "Open Sans", Sans-serif;
}
.search-form .btn-primary {
  box-shadow:none;
  outline:none;
	position:absolute;
	top: 2px;
  right: 2px;
  height: 50px;
}

.gform_wrapper.gravity-theme .gfield_label{
	font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
	display: block;
  margin: 0 0 2px 0;
}

.gform_wrapper .gform_body input,
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body textarea{
	width:100%!important;
	height:45px!important;
	border:1px solid #ccc;
	border-radius:10px;
	background-color:#fff!important;
}
.gform_wrapper .gform_body textarea{
	height:120px!important;
	padding-top:12px;
}

.gform_wrapper .gform_body [type="checkbox"],.gform_wrapper .gform_body [type="radio"]{
	width:16px!important;
	height:16px!important;
	accent-color:#00430C;
}
.image-grid a{
	width:100%;
}

@media screen and (max-width: 991px) {
	.header-menu ul li a.elementor-item::after{
		bottom:0;
	}
}
