/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2025 | 15:29:37 */
:root {
  --primary: #6a9739;
  --secondary: #111;
}

.homepage_hero_section ul#bdt-slideshow-1 {
    max-height: 600px;
}
.homepage_hero_section .bdt-ps-slide-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    opacity: .4;
}

.homepage_hero_section .bdt-prime-slider-social-icon.reveal-muted {
    display: none;
}

.homepage_hero_section .bdt-slider-excerpt {
    margin-top: 30px !important;
}

/* Category cards */

.product_category_card_homepage figure.elementor-image-box-img {
    width: 70px !important;
    height: 70px;
}

.product_category_card_homepage h3.elementor-image-box-title a {
    font-size: 20px !important;
}

.product_category_card_homepage h3.elementor-image-box-title {
    margin-bottom: 5px !important;
}

.product_category_card_homepage p.elementor-image-box-description {
    font-size: 14px;
}

.product_category_card_homepage .e-con-inner {
/*     display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px; */
}

.product_category_card_homepage .e-con-inner .slick-track > .elementor-element {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
	margin: 0 10px;
	border: 1px solid #e2e2e2;
}

.product_category_card_homepage .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
}

.product_category_card_homepage .slick-track {
    padding-bottom: 30px;
}

.product_category_card_homepage ul.slick-dots {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
	margin: 0;
}

.product_category_card_homepage ul.slick-dots li button {
    display: none;
}

.product_category_card_homepage ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
    border-radius: 100px;
}

.product_category_card_homepage ul.slick-dots {
    display: flex;
    justify-content: center;
}

.product_category_card_homepage ul.slick-dots li {
    margin: 0 2px;
}

.product_category_card_homepage ul.slick-dots li.slick-active {
    background: #6a9739;
}





/* Why choose cards */

.whychoose_cards > .elementor-element {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.whychoose_cards h3.elementor-image-box-title {
    margin-bottom: 10px;
    font-size: 20px;
}

/* Footer */

footer section#media_image-1 img {
    max-width: 180px !important;
}

footer section#media_image-1 {
    margin-bottom: 20px;
}

footer .menu li {
    margin-bottom: 8px;
}


/* About page */

.mission_vision_cards .e-con-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.mission_vision_cards .e-con-inner > .elementor-element:nth-child(2) {
    background: #f5f5f5 !important;
}

.mission_vision_cards .e-con-inner > .elementor-element {
    padding: 20px;
    border-radius: 15px;
}

.mission_vision_cards .e-con-inner > .elementor-element ul {
    margin: 0 0 0 20px;
}

.mission_vision_cards .e-con-inner > .elementor-element ul li {
    margin-bottom: 8px;
}

.mission_vision_cards .e-con-inner > .elementor-element:nth-child(1) {
    background: #f0f9e6;
}

.mission_vision_cards .e-con-inner > .elementor-element:nth-child(3) {
    background: #ffe1e1;
}


.core_values ul {
    margin-left: 20px;
}

.core_values ul li {
    margin-bottom: 10px;
}


/* Responsive */


@media screen and (max-width:767px){
	
	
.homepage_hero_section .bdt-scroll-down-wrapper {
    display: none;
}
	
	.homepage_hero_section h1.bdt-title-tag br {
    display: none;
}
	
	.homepage_hero_section .bdt-prime-slider-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.homepage_hero_section .bdt-main-title {
    width: 100% !important;
}
	
	.contact_detail_content .elementor-heading-title br {
    display: none;
}
	
	.mission_vision_cards .e-con-inner{
		grid-template-columns: repeat(1, 1fr);
	}
	
	section#block-7 .wp-block-columns {
    padding-right: 0 !important;
    justify-content: center;
}
	.ast-primary-header-bar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-branding.ast-site-identity {
    margin-bottom: 0;
}


header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
    max-width: 200px !important;
    width: 100%;
}
	
	.contact_detail_content .elementor-heading-title br {
    display: none;
}


footer h3 span {
    text-align: center !important;
    font-size: 18px !important;
}

footer h3 {
    text-align: center !important;
}

h2.widget-title {
    font-size: 18px;
    text-align: center;
}

footer .footer-nav-wrap li {
    text-align: center;
}

footer aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
    margin-top: 0;
    margin-bottom: 15px;
}
}