/**
 * Theme Name:     Agrios Child
 * Author:         Wesscosoft
 * Template:       agrios
 * Text Domain:	   agrios-child
 * Description:    Agrios - Agriculture Technology WordPress Theme
 * Theme URI:      http://wesscosoft.com
 * Author URI:     http://wesscosoft.com
 * Version:        1.25
 * License:        MIT License
 * License URI:    http://wesscosoft.com
 */
#main-content {
    padding: 90px 0;
}
p {
	margin-bottom:15px !important;
}
.mb10x {
	margin-bottom: 10px !important;
}
.ml5x {
	margin-left: 5px !important;
}
.counter-custom-1 .icon-wrap {
	padding-bottom: 60px !important;
}
.counter-custom-1 .icon-wrap:after {
	height: 0 !important;
}
.number-wrap {
	margin-bottom: 35px !important;
}
.number-wrap:after {
    content: "";
    background-color: #E8C563;
    position: absolute;
    top: 45%;
    width: 20%;
    height: 4px;
	border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.master-slider .bg-wrap {
/* 	background-color: transparent !important; */
	opacity: 50%;
}
.elementor-element-91b0fa6 .master-gallery-stack .master-fancy-image:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #9BDC23;
    position: absolute;
    left: -15px;
    top: 12px;
    border-radius: 50%;
}
.master-project .headline-2 {
	max-width: 90% !important;
	text-align: center;
	border: 0 !important;
}
.master-project .content-wrap {
	justify-content: center !important;
}
.elementor-1710 .elementor-element.elementor-element-7170af1 .master-project .content-wrap {
	padding: 0 30px !important;
}
.elementor-1710 .elementor-element.elementor-element-7170af1 .master-project .content-wrap .desc {
	text-align: center;
}
.news-style-1 .master-news .content-wrap {
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
}
#featured-title {
	position: relative;
}
div#featured-title .agrios-container::after {
    background-color: #000;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3;
}
#featured-title .inner-wrap {
	padding: 120px 20px !important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	margin-bottom: 15px !important;
}