.about_section {
/*	    background: #a07f00;*/
}
.navbar {
    height: 75px;
    background: #2b56a4;
}
.about-img::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -30%;
    width: 160%;
    height: 120%;
    background: radial-gradient(circle, rgb(178 178 178 / 50%) 0%, rgb(192 184 184 / 80%) 40%, #00000000 60%);
    transform: skewX(20deg); /* Skew effect */
    z-index: 1; /* Behind the image */
    animation: floatPattern 8s linear infinite; /* Soft motion */
    pointer-events: none; /* Ignore hover */
    border-radius: 5px;
}
.about-img img {
	border-radius: 5px;
}
.carousel-container {
        margin-top: 120px;
    }
@media (max-width: 768px) {
    .carousel-container {
        margin-top: 70px;
    }
}
.carousel-container #header-carousel .carousel-item img {
    height: 610px;
}
.gallery_section .nav .nav-item {
    margin-right: 5px;
    padding-bottom: 8px;
}
.gallery_section .nav .nav-item .nav-link{
    background: #e2e2e2;
    border-radius: 6px;
    color: #140d0d;
}
.gallery_section .nav .nav-item .active{
    background: #3CBB15;
    color: white;
    border-radius: 6px;
}
.gallery_section .gallery-item {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery_section .zoom-modal img {
    width: 100%;
    height: auto;
}
.qr_sec .qr_img img {
    width: 100%;
    height: auto;
}
.qr_sec .qr_title {
    background: #ded500;
    height: 48px;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.product_detail .detail_img img{
    width: 100%;
    border-radius: 5px;
}
.qr_sec .qr_title h4{
    color: #fff;
}
.recent_product {
    margin-bottom: 18px;
}
.recent_product .p_text{
    margin-left: 5px;
    color: rgb(85, 85, 85);
}
.recent_product img{
    width: 200px;
    border-radius: 5px !important;
}
.product_detail .recent_title {
    background: #ded500;
    height: 60px;
    padding: 13px;
    border-radius: 5px;
}
.product_detail .recent_title h3{
    color: #fff;
}
.product_sec .product-item .product-img img {
    width: 100%;
}
.contactus .list {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
}
.navbar .navbar-brand{
    background: #ffffff;
    padding: 5px;
    margin-top: 15px;
}
.top-bar {
    border-top: 2px solid #ded500;
}
.navbar img{
    height: 106px;
/*    margin-left: 6px;*/
}
.social small {
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    background: #2b56a4;
    font-size: 11px;
    padding: 5px;
}
.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #ded500;
}
.btn-primary {
    background-color: #2b56a4;
    border-color: #2b56a4;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #2b56a4;
    border: 10px solid #2b56a4;
}
.page-header h1{
    color: #fff;
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item.active {
    color: #2b56a4;
}
.qr_sec {
    background: #36383c;
    padding: 40px;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: #ded500 !important;
    color: #fff;
}
.testimonial-carousel .owl-item.center .testimonial-item i {
    color: #00bc23 !important;
}

.text-primary {
    color: #2b56a4 !important;
}
.footer {
    background: #2a3b5a;
}
.media_partner img{
    width: 120px;
}
.media_partner .krishi{
        width: 65px;
    border-radius: 50%;
}
/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 768px) {
  .navbar {
        height: 98px;
    }
    .navbar img{
        height: 50px;
    /*    margin-left: 6px;*/
    }
    .navbar .navbar-nav {
        background: #2b56a4;
    }
}
.key_notes img{
    width: 134px;
    border-radius: 2px;
}
.contact_form {
    padding: 18px;
}
.err{
    color: #ff0000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar img{
        height: 35px;
    /*    margin-left: 6px;*/
    }
    .carousel-container {
        margin-top: 75px;
    }
    .navbar .navbar-nav {
         margin-top: 0px; 
        background: #2b56a4;
    }
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 32px;
        border-bottom: 2px solid #ded500;
        padding-bottom: 3px;
        text-transform: uppercase;
    }
}
.hidden{
    display: none;
}