/*
Theme Name: Agraria Child
Theme URI: https://agraria.qodeinteractive.com
Description: A child theme of Agraria
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: agraria
Template: agraria
*/
:root {
    --primary-color: #2A3C77;
    --primary-color-dark: #1F2C57;
	--primary-color-light: #C6C4DB;
	--secondary-color: #A8C701;
    --secondary-color-dark: #809702;
	--secondary-color-light: #FCFFEB;
    --main-bg: #FFF;
	--text-white: #fff;
	--text-black: #000;
   
}

.bg-white{
    background: #fff;
}
.bg-primary{
    background: var( --primary-color) !important;
}
.bg-secondary{
    background: var(--secondary-color) !important;
}
.bg-secondary-light{
    background: var(--secondary-color-light) !important;
}

.btn,
.btn a{
	background:transparent !important;
	border:solid 1px !important;
	border-radius:4px !important;
	padding:10px 30px !important;
}
.btn-white,
.btn-white:hover{
	border-color:#fff !important;
	color:#fff !important;
}
.btn-black,
.btn-black:hover{
	border-color:#000 !important;
	color:#000 !important;
}
.banner-btn-white a{
	background:transparent !important;
	border:solid 1px !important;
	border-radius:4px !important;
	padding:10px 30px !important;
	border-color:#fff !important;
	color:#fff !important;
}
.banner-btn-black a{
	background:transparent !important;
	border:solid 1px !important;
	border-radius:4px !important;
	padding:10px 30px !important;
	border-color:#000 !important;
	color:#000 !important;
}
a:focus,
a:hover,
p a:focus,
p a:hover,
.widget a{
    color: #000 !important;
	font-weight:600;
}

.text-end{
	text-align:end !important;
}
.text-center{
	text-align:center !important;
}
.d-none{
	display:none !important;
}
.qodef-h6,
h6 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 24px;
	color: #000;
    font-weight: 600;
    text-transform: none;
    margin: 10px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.ast-body h2 {
    color: var(--text-black) !important;
    font-size: 60px;
    line-height: 59px;
}
.ast-body h4 {
    color: var(--text-black) !important;
}
.ast-body p{
	color: var(--text-black) !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
.text-white,
.ast-body .text-white{
	color:#FFF !important;
}
.text-black,
.ast-body .text-black{
	color:#000 !important;
}
.text-primary{
    color: var( --primary-color) !important;
}
.text-secondary{
    color: var(--secondary-color) !important;
}
/*   #Header#  */
.ast-body .qodef-header-logo-link img
{
    max-height: 100% !important;
}
.ast-body .widget_agraria_core_search_opener:after{
	display:none;
}

.globe-area{
	text-align:center !important;
}
#qodef-top-area a{
	color:#fff !important;
}

/* #Banner# */
.ast-body .sr7-bullet.selected{
	background-color:var(--secondary-color) !important;
}


/*  #home_product_slider#   */
.product-slider .swiper-wrapper .swiper-slide{
	padding-bottom:110px !important;
}
.product-slider h4{
	padding:10px 10px 0 !important;
    left: 0 !important;
    top: 100% !important;
    transform: translate(0, 0) !important;
	background-color:transparent !important;
}


.product-slider .swiper-pagination{
	display:none;
}
.product-slider .swiper-button-prev,
.product-slider .swiper-button-next {
	top:100%;
}
.product-slider .swiper-button-next svg,
.product-slider .swiper-button-prev svg {
    width: 24px;
}
.product-slider .swiper-button-prev{
	left:calc(48% - 24px) !important;
}
.product-slider .swiper-button-next {
	right:calc(48% - 24px) !important;
}
.product-slider .qodef-svg--slider-arrow-left,
.product-slider .qodef-svg--slider-arrow-right {
    stroke: #CCCCCC;
	stroke-width:2px;
}
.product-slider .qodef-svg--slider-arrow-left:hover,
.product-slider .qodef-svg--slider-arrow-right:hover {
    stroke:var(--secondary-color);
	stroke-width:2px;
}
.product-slider .swiper-button-next:hover,
.product-slider .swiper-button-prev:hover {
    color: var(--secondary-color);
}

/*  #Home_News#    */
.Home-news a.qodef-button{
	background:transparent !important;
	border:solid 1px !important;
	border-radius:4px !important;
	padding:10px 30px !important;
	border-color:#000 !important;
	color:#000 !important;
}
.Home-news .qodef-e-info>* {
    color: #000;
}

/*  #home map#    */

svg {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.heyo:hover {
  fill: #99B501;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  cursor: pointer;
}

.map-description {
  pointer-events: none;
  position: absolute;
  font-size: 14px;
  text-align: center;
  background: white;
  padding: 0px 15px;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 -4px 4px 1px rgba(0,0,0, 0.25);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.map-description.active {
  display: block;
}
.map-description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  
}





/* #Footer#  */
.ast-body #qodef-back-to-top .qodef-back-to-top-icon{
	    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.footer-wrap > div{
		background:var(--primary-color) !important;
}
.footer-wrap #qodef-footer-newsletter:after,
.footer-wrap #qodef-page-footer-bottom-area:before{
	    background-color: #6376B4;
	height:1.5px;
}
/*.footer-wrap #qodef-page-footer-top-area .qodef-grid>.qodef-grid-inner{
	 grid-template-columns: 45% 30% 25% !important;
}*/
.footer-wrap h4{
	color: #fff !important;
}
.footer-wrap #qodef-footer-newsletter h4{
	font-size: 40px;
}
.footer-wrap #qodef-footer-newsletter .qodef-newsletter-form input{
	background:#fff;
	border:transparent;
	border-radius:4px 0 0 4px;
}
.footer-wrap #qodef-footer-newsletter .qodef-newsletter-form .qodef-button{
	font-size:16px  !important;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
	border-radius:0 4px 4px 0;
	background-color:var(--secondary-color) !important;
	padding: 14px 30px 13px;
}
.footer-wrap #menu-footer-menu li{
	    font-size: 14px;
    line-height: 30px;
    color: #fff;
    width: 50%;
    display: inline-block;
    float: left;
}
.footer-wrap #menu-footer-menu li a{
	    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
}
.footer-wrap a{
 color: #fff !important;
}
.footer-wrap #qodef-page-footer-bottom-area-inner p{
	color:#fff !important;
}


/*   #About us#    */
.feature-icon .qodef-m-icon-wrapper
{
    height: 70px;
    align-items: center;
    vertical-align: middle !important;
    display: flex !important;
}
.feature-icon img{
	width: 100% !important;
    max-width: 50px !important;
}

/* 07-07-25 product details page social share hide */
.qodef-social-share {
    display: none !important;
}


/*     #product-category#       */
.product-category h2{
	position: relative !important;
    padding-left: 0 !important;
    font-size: 40px;
    line-height: 1em;
}


.breadcrumb .breadcrumb-item a{
	color:#000;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	content: var(--bs-breadcrumb-divider, ">");
}
.product-category-tabs ul li a{
	color:#000;
}
.product-category-tabs .nav-underline .nav-link:hover,
.product-category-tabs .nav-underline .nav-link.active,
.product-category-tabs .nav-underline .show>.nav-link{
	font-weight:400;
}
a:focus,
a:hover,
p a:focus,
p a:hover,
.widget a{
	font-weight:inherit;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus,
.qodef-fullscreen-search-holder .qodef-m-form-field{
	color:#000;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-search-suggestion{
	display:none;
}

@media (max-width: 767px) {
	.home h1{
		font-size: 38px !important;
    line-height: 42px !important;
	}
	.ast-body h2 {
    font-size: 32px !important;
    line-height: 42px !important;
}
	.qodef-h4,
	h4{
		font-size: 24px !important;
    line-height: 34px !important;
	}
	.qodef-custom-font-848,
	.qodef-custom-font-589{
		font-size: 14px !important;
    line-height: 24px !important;
	}
.hide-mob{
	display:none !important;
}
}