.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800

.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
    background: #F8F8F8;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
p{
    line-height: 24px;
}
.head-search input{
        margin-right: 0 !important;
    border: 1px solid #00000017!important;
    border-right: none !important;
    border-radius: 20px 0px 0px 20px;
}
.head-search button
{
        border: 1px solid #00000017 !important;
    border-left: none !important;
    background: #fff !important;
    border-radius: 0px 20px 20px 0px;
    outline: none!important;
}
.head-search button[type="submit"] i
{
    color: #b32039;
}

.head-search input[type="search"]:focus, .head-search button[type="submit"]:focus{
    box-shadow: none;
    outline: none;
    border: none;
    outline: none;
}
.head-search button[type="submit"]:focus-visble{
    box-shadow: none;
    outline: none;

}
.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 99;
    background: #F8F8F8;
}

.site-header .toppest-bar {
    padding: 10px 0;
    background-color: #201d0f;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.site-header .toppest-bar .top-info {
    display: flex;
    align-items: center;
    float: left;
}

.site-header .toppest-bar .top-info p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-header .toppest-bar .top-info .contact-num,
.site-header .toppest-bar .top-info .contact-num2,
.site-header .toppest-bar .top-info .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info .contact-num i,
.site-header .toppest-bar .top-info .email i {
    color: #42b44d;
    font-size: 12px;
}

.site-header .toppest-bar .top-info .contact-num a,
.site-header .toppest-bar .top-info .contact-num2 a,
.site-header .toppest-bar .top-info .email a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
}

.site-header .toppest-bar .top-info .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: right;
}

.site-header .top-social a i {
    color: #fff;
    margin: 0 8px;
    font-size: 16px;
    text-align: center;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */
.site-header .bg-light {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141212+17,651227+50,1a375b+100 */
    background: #fff;
    width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}

.site-header .navbar-light .quote {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-right: 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 25px;
    border-radius: 5px;
    background: #b32039;
}

.site-header .navbar-light .quote img {
    width: 20px;
    margin-right: 6px;
	filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(0%) hue-rotate(205deg) brightness(107%) contrast(102%);
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #b32039;
    position: relative;
    font-weight: 700;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #b32039;
    padding-right: 17px;
    padding-left: 17px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #b32039;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 170px;
    margin: 0;
    margin-left: 0;
}

.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #b32039;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 2px;
    background-color: #b32039;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #b32039;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
	    margin: 0 auto;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .quote {
    background-color: #c90a67;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
}

.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #da9a34;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns::before {
    position: absolute;
    clear: both;
    content: "";
    width: 1px;
    height: 104px;
    top: -35px;
    left: 4px;
    background-color: #85e10e;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.site-header #dropdownMenuLink
{
    display: flex;
    align-items: center;
    width: 60%;
    padding: 6px 21px;
    margin-left: 4px;
    border: 2px solid #f3f3f3;
    background: #fff;
}

.dropdown-toggle::after {

    border-top: .3em solid #000!important;
    
}

.site-header #dropdownMenuLink:focus{
    box-shadow:none;
}
.main-slider {
    position: relative;
}

/* .main-slider::after{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
} */
.main-slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: initial;
    left: 10%;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: left;
    top: 30%;
    width: 40%;
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.main-slider .carousel-item img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.main-slider .carousel-caption h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.main-slider .carousel-caption p {
    font-size: 14px;
}

.main-slider .carousel-caption .contact {
    background-color: #8f6f3b;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 0;
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.main-image .rotate-icon {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: 0;
    z-index: 9;
    width: 50%;
    transform: translate(-10%, 0);
}

.main-image #loading {
    -webkit-animation: rotation 10s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}


.main-image {
    position: relative;
}

.main-image img {
    width: 100%;
}

.main-image .main-content {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 15%;
    transform: translate(-10%, -50%);
    width: 38%;
    color: #fff;
    text-align: center;
}

.main-image .main-content h2 {
    color: #fff;
    font-size: 55px;
}

.main-image .main-content h2 span {
    display: block;
    position: relative;
}

.main-image .main-content h2 span::before {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: #fff;
    width: 90px;
    height: 5px;
    border-radius: 30px;
}

.main-image .main-content h2 span::after {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-color: #fff;
    width: 90px;
    height: 5px;
    border-radius: 30px;
}

.main-image .main-content p {
    font-size: 20px;
}

.main-image .main-content .quote {
    display: inline-table;
    background: #f8163f;
    background: -moz-linear-gradient(left, #f8163f 0%, #f05280 100%);
    background: -webkit-linear-gradient(left, #f8163f 0%, #f05280 100%);
    background: linear-gradient(to right, #f8163f 0%, #f05280 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8163f', endColorstr='#f05280', GradientType=1);
    padding: 14px 40px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 30px;
    margin: 0 10px;
    margin-top: 20px;
}



.about-wrap {
    padding: 80px 0;
    background-color: #ffffff  ;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    position: relative;
}

.about-wrap .about-cont {
    padding-left: 4%;
}

.about-wrap .about-cont .heading {
    position: relative;
    margin-bottom: 20px;
}

.about-wrap .about-cont h2 {
      font-weight: 600;
    font-size: 20px;
    padding: 0;
    color: #b32039;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    margin: 0;
}

.heading.common h4 {
    color: #b32039;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.heading.common h2 {
      font-weight: 600;
    font-size: 20px;
    padding: 0;
    color: #b32039;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    margin: 0;
    text-align: center;
}

.about-wrap .about-cont h4 {
    color: #b32039;
    font-weight: 700;
    font-size: 40px;
}

.about-wrap .about-cont h2 span {
    color: #e39e01;
}

.about-wrap .about-cont .special {
    color: #202020;
    font-size: 16px;
}

.about-wrap .about-cont p {
    margin-bottom: 20px;
    color: #202020;
    font-size: 14px;
    width:100%;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 3px 8px 17px 3px #1a1e1a1a;
    /* border-radius: 10px; */
}

.about-wrap .more {
    box-sizing: border-box;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    background: #b32039;
    border-radius: 10px;
    transition: all 350ms;
}
.about-wrap .more:hover{
    transform: scale(1.1);
    background: #018338;
}

/*...........................
        Our Product
.............................*/
.our-product{
    padding: 80px 0;
	background:linear-gradient(0deg, #b32039, transparent);
	
}
.our-product.inner .products-wrap
{
    display: grid;
    grid-template-columns:repeat(4, 23.5%);
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
    padding-top: 30px;
}
.our-product .product-box img
{
    height: 362px;
    width: 362px;
    object-fit: cover;
    object-position: center center;
        border-radius: 8px;
}
.our-product .product-box
{
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 1px 1px 14px 2px #b3203924;
}
.our-product .product-box p
{
    text-align: center;
    color: #b32039;
    font-weight: 600;
    padding: 14px 0px;
    margin: 0;
}
.our-product .product-box a {
    box-sizing: border-box;
    color: #fff;
    padding: 8px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    background: #b32039;
    border-radius: 10px;
        transition: all 350ms;
}
.our-product .product-box a:hover{
    transform: scale(1.1);
    background: #018338;
}




/*.............................
        glimpses
.............................*/

.glimpses {
    padding-bottom: 0;
    padding-top: 80px;
}
.glimpses .glimpses-wrap{
    columns: 2;
    list-style: none;
}
.glimpses .glimpses-wrap h4
{
    color: #b32039;
    font-size: 18px;
    margin-bottom: 4px;
}
.glimpses .glimpses-wrap p
{
    color: #1c1c1e;
    font-size: 14px;
    margin: 0;
}
.glimpses .glimpses-wrap li{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.glimpses .glimpses-wrap li img
{
    width: 15%;
    margin-right: 15px;
}



/*.........................
            video-sec
..........................*/
.video-sec{
    position: relative;
    padding-bottom: 80px;
    padding-top: 0;
}
.video-sec .video-bg{
    position: relative;
    object-fit: cover;
    border-radius: 12px;
}
.video-sec.inner{
    padding-top:80px;
}

.video-sec .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}




/*........................
        testimonials
.........................*/
.testimonials{
    position: relative;
    z-index: 9;
}
.testimonials .testimonial-bg img{
    width: 100%;
    object-fit: cover;
	height:600px;

}
.testimonials .test-cont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#testimonials-slider .rating
{
    width: 7%;
    margin: 12px auto;
    justify-content: center;
    grid-gap: 7px;
}
#testimonials-slider .review-cont p
{
    color: #fff;
    text-align: center;
    font-size: 15px;
    width: 55%;
    margin: 10px auto;
}

#testimonials-slider .review-cont .client-details .client img
{
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
}
#testimonials-slider .review-cont .client-details .client {
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffffb5;
    margin-right: 30px;
}
#testimonials-slider .review-cont .client-details .client p{
    text-align: left;
    width: 80%;
}
#testimonials-slider .review-cont .client-details .client p span{
    font-weight: 100;
    display: block;
}
#testimonials-slider .review-cont .client-details 
{
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 60% 40%;
    width: 50%;
    margin: 0 auto;
}

#testimonials-slider .review-cont .client-details .test-logo{
    width: 50%;
}

#testimonials-slider .owl-nav.disabled+.owl-dots {
    margin-top: 5rem;
}
#testimonials-slider .owl-nav .owl-prev, #testimonials-slider .owl-nav .owl-next{
    background: none;
}
#testimonials-slider .owl-nav 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#testimonials-slider .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    } 
#testimonials-slider .owl-nav .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
#testimonials-slider .owl-dots{
    margin-top: 4rem;
}

#testimonials-slider .owl-dots .owl-dot.active span, #testimonials-slider .owl-dots .owl-dot:hover span {
    background: #40B0EF;
}
#testimonials-slider .owl-dots .owl-dot span{
    background: #fff;
}
/*.......................
        feature
.........................*/

.feature{
    padding: 80px 0;

}


.feature .feature-wrap{
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: center;
    align-items: center;
    text-align: left;
    grid-gap: 10px;
}
.feature .feature-wrap .feature-box
{
    background: #fff;
    padding: 20px;
	min-height:320px;
    border-radius: 12px;
    box-shadow: 1px 1px 14px 2px #b3203924;
}
.feature .feature-wrap .feature-box img{
	filter: brightness(0) saturate(100%) invert(14%) sepia(89%) saturate(3110%) hue-rotate(337deg) brightness(96%) contrast(89%);
}
.feature .feature-wrap .feature-box h3
{
    color: #b32039;
    font-size: 20px;
    line-height: 22px;
    margin: 14px auto;
}

.feature .feature-wrap .feature-box p{
    color: #000;
    font-size: 14px;
}




/*........................
    enq-sec
..........................*/

.form-control{
    padding: 0.7rem;
}

.enq-sec {
    position: relative;
    padding: 80px 0;
}
.enq-sec iframe{
	margin-top:40px;
}

.enq-sec .rd-mailform1{
   padding-top: 40px;
}

.enq-sec .rd-mailform1 .form-control
{
    height: 4rem;
    border-radius: 12px;
    outline: 0;
    border: none;
    border-right: 10px solid #FFF;
    box-shadow: 0px 0px 0px 1px #00000024;
}
.enq-sec .rd-mailform1 .form-control:focus{
    box-shadow: 0px 0px 0px 1px #00000024;
}

.enq-sec .rd-mailform1 textarea{
    height: 8rem!important;
    border-right: 0!important;
}
.enq-sec .contact_submit_btn
{
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    background: #b32039;
    border-radius: 4px;
    border: none;
    transition: all 350ms;
    width: 100%;
    padding: 10px;
}
.enq-sec .contact_submit_btn:hover{
    transform: scale(1.1);
    background: #018338;
}
.enq-sec .enq-bg
{
    position: absolute;
    right: 0;
    top: 0;
}
/*.........................
        footer
..........................*/
.site-footer .footer-bg
{
    position: absolute;
    bottom: 0;
}
.site-footer::before {
    position: absolute;
    top: 0;
    content: "";
    clear: both;
    left: 0;
    width: 100%;
    background-image: url(https://agnibinafoods.com/wp-content/uploads/2024/09/ripped-paper-header-1.png);
    background-repeat: no-repeat;
    height: 10px;
    background-size: cover;
    z-index: 99;
    filter: brightness(0) saturate(100%) invert(26%) sepia(78%) saturate(485%) hue-rotate(99deg) brightness(89%) contrast(93%);
}
.site-footer .form-group .form-control
{
    height: 3rem;
    border: 1px solid #0000001f;
    border-radius: 12px;
    outline: 0;
}
.site-footer button[type="submit"]
{
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    background: #b32039;
    border-radius: 12px;
    border: none;
    width: 100%;
    height: 3rem;
}
.site-footer {
    position: relative;
    padding: 80px 0 20px 0;
    background: #fff;
	    border-top: 1px solid #b32039;
}

.site-footer .footer-logo {
    display: inline-block;
    width: 250px;
    margin-bottom:2rem;
}
.site-footer .footer-logo img{
    width: 400px;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}

.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}

.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.site-footer .footer-location li {
    color: #000;
    display: flex;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-bottom: 0px;
}
.site-footer .footer-location li img
{
    width: 20px;
    height: auto;
    object-fit: contain;
	filter: brightness(0) saturate(100%) invert(24%) sepia(54%) saturate(921%) hue-rotate(105deg) brightness(96%) contrast(91%);
}
.site-footer .footer-location li:last-child {
    border-bottom: none;
}

.site-footer .footer-location li a {
    color: #000;
    font-size: 16px;
}

.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
}

.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
}

.site-footer .footer-social li a {
    color: #fff;
}

.site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
}

.site-footer .footer-social i {
    color: #000;
    font-size: 16px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    margin: 0 5px;
}

.site-footer .footer-social a {
    color: #fff;
}

.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}

.site-footer .footer-nav {
    position: relative;
    padding-left: 20px;
    margin: 0;
    display: inline-block;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 0px;
}
.site-footer .footer-nav li:before{
	    position: absolute;
    left: -7%;
    top: 24%;
    clear: both;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #b32039;
}

.site-footer .footer-nav.service li {
    width: 50%;
}

.site-footer .footer-hour {
    position: relative;
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

.site-footer .footer-hour li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
}
.site-footer .image{
    width: 100px;
    height: 100px;
}
.site-footer h4 {
    font-size: 20px;
    color: #b32039;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 800;
}

/*.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f111";
    left: 0;
    top: 0px;
    color: #fff;
    font-size: 13px;
    z-index: 9;
}
*/
.site-footer .footer-nav li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding-left: 0px;
	transition:0.4s;
}

.site-footer .footer-nav li a:hover {
    color: #009542;
}
.site-footer .footer-nav .special a 
{
    background: #FB5113;
    color: #fff;
    padding: 1px 4px;
}

.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.site-footer .footer-location .footer-social i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
    background-color: #fff;
}

.site-footer .footer-location .footer-social i:hover {
    border: 2px solid #b27d26;
    color: #b27d26;
}

.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.site-footer .footer-blog .content {
    margin-left: 15px;
}

.site-footer .footer-info .num {
    font-size: 35px;
    font-weight: 600;
    color: #758708;
    text-decoration: none;
}

.site-footer .footer-info .online {
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}

.site-footer p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.copyright {
    font-size: 13px;
    text-align: right;
    position: relative;
    padding: 20px 0 0 0;
    border-top: 1px solid #000;
}

.copyright p {
    color: #000;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 0;
}

.copyright p a {
    color: #000;
    font-weight: 400;
}

.copyright p.footer-social {
    text-align: right;
}

.copyright p.footer-social a {
    color: #adadad;
    font-weight: 400;
    font-size: 18px;
    margin: 0 5px;
}

.copyright p.special {
    text-align: right;
}

/********************about-page*********************/

.breadcrumb-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    background-image: url(../images/aboutImg3.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
}

.breadcrumb-wrapper::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
}

.breadcrumb-wrapper .shell h2,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.inner-about-sec {
    margin-bottom: 60px;
}


/*.............................
        ==============
...............................*/

#carouselExampleIndicators .carousel-item img{
    height: 90vh;
    object-fit: cover;
}
.carousel-caption{
        text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.carousel-caption p
{
    font-family: 'Playfair Display';
    margin: 0;
    font-size: 25px;
}
.carousel-caption a
{
    box-sizing: border-box;
    color: #fff;
    padding: 8px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    background: #b32039;
    border-radius: 10px;
    transition: all 350ms;
	margin:25px 0;

}
.carousel-caption a:hover{
    transform: scale(1.1);
    background: #018338;
}
.carousel-caption h2
{
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 30px;
	width:60%;
	margin:0 auto;
     text-transform: uppercase;
}
#carouselExampleIndicators .carousel-inner:after{
	position:absolute;
	clear:both;
	content:"";
	background:#00000080;
	height:100%;
	width:100%;
	left:0;
	top:0;
}
/*..*/
.carousel-caption.sp1{
    text-align: center;
    left: 50%;
    width: 100%;
    top:40%;
}
.carousel-caption.sp1 p{
    color: #b32039;
}
.carousel-caption.sp1 h2{
    color: #b32039;
}
.carousel-caption.sp1 h2 span
{
    color: #40B0EF;
}
/*....*/

.carousel-caption.sp2 p{
    color: #b32039;
}
.carousel-caption.sp2 h2{
    color: #b32039;
}
#carouselExampleIndicators .carousel-indicators li
{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #fff;
}

#carouselExampleIndicators .carousel-indicators li.active{
    background-color: #b32039;
}






/*.........................*/
/* Quick css for presentation */
.navigation{
  position:relative;
  height:80px;
  padding:0 15px;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .dropdown{
    display: flex;
    justify-content: end;
}
.navigation .navigation__links .dropdown{
    display: flex;
    justify-content: start;
}

.navigation .navigation__links .dropdown .dropdown-toggle::after {
    border-top: .3em solid #fff !important;
}
.navigation #dropdownMenuLink {
    display: flex;
    align-items: center;
    width: 60%;
    padding: 3px 14px;
    margin-left: 4px;
    border: 2px solid #f3f3f3;
    background: #fff;
}
.navigation .dropdown-item{
    display: flex;
    align-items: center;
    width: 60%;
    padding: 3px 14px;
    margin-left: 4px;
    border: 2px solid #f3f3f3;
    background: #fff;
}
.navigation .head-search button[type="submit"] {
    border: none !important;}
.navigation #dropdownMenuLink:focus{
    box-shadow:none;
}
.navigation .head-search{
    padding: 0 10px;
}
.navigation .navbar-brand{
    padding-bottom: 0;
}
.navigation__logo a{
  text-decoration:none;
}
.navigation__logo p{
  color:#ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
}
.navigation__links{
    position: absolute;
    width: 300px;
    height: 90vh;
    left: -1000px;
    top: 80px;
    transition: left 0.3s ease-in;
    background: #00688B;
    color: #ffffff;
    list-style: none;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    z-index: 999;
    padding-left: 0;
}
.navigation__links li{
  padding: 5px 10px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255, 0.3);
}
.navigation__links a{
  color: #ffffff;
  text-decoration:none;  
}

#hamburger{
  visibility:hidden;
}
.navigation__button {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    cursor: pointer;
    margin: 0;
}
.navigation__button span{
  position:absolute;
  left: 5px;
  display:inline-block;
      width: 21px;
    height: 2px;
    background-color: #b32039;
  transform-origin:center;
  transition: opacity 0.2s linear, all 0.3s linear;
}
.navigation__button span:nth-of-type(1){
  top: 10px;
}
.navigation__button span:nth-of-type(2){
  top: 15px;
}
.navigation__button span:nth-of-type(3){
  top: 20px;
}


/* Here comes the magic */

#hamburger:checked ~ .navigation__links{
  /* Or it can be "input[type="checkbox"] ~ .navigation__links" */
  left:0;
}

/* Styles for our "close" button */
#hamburger:checked ~ .navigation__button span:nth-of-type(1){
  transform: rotate(45deg);
  top: 15px;
}
#hamburger:checked ~ .navigation__button span:nth-of-type(2){
  opacity:0;
}
#hamburger:checked ~ .navigation__button span:nth-of-type(3){
  transform: rotate(-45deg);
  top: 15px;
}




/*.........................
        product-details
..........................*/

.our-product .products-wrap.inner
{
    grid-template-columns: repeat(4, 23.5%);
}

.our-product .products-wrap.inner .product-box img{
    width: 100%;
    height: 240px;
}

.enq-sec.inner{
    background: #fff;
}
.enq-sec.inner img
{
    width: 80%;
    margin-left: auto;
}
.enq-sec.inner .radio-btn
{
    grid-gap: 15px;
    justify-content: center;
}
.enq-sec.inner .radio-btn p
{
    font-weight: 700;
    color: #b32039;
    margin-right: 12px;
}
.enq-sec.inner .radio-btn .form-check-input[type="radio"]{
    accent-color: #b32039;
}




.product-details{
    position: relative;
    padding:60px 0;
}

.product-details-wrap .product-details-image{
    padding-right:80px;
}

.product-details-cont .price
{
    font-size: 25px;
    font-weight: 700;
    color: #b32039;
    margin-top: 14px;
}
.product-details-cont .price span{
    font-weight: 600;
    font-size: 14px;

}

.product-details-cont .quantity .custom-select{
    height: 50px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important;
    border-radius: 12px;
}
.product-details-cont .quantity .custom-select:focus{
    box-shadow: none;
}
.product-details-cont .quantity button[type="submit"]
{
    background: #b32039;
    border-radius: 12px !important;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0px;
}

.product-details-cont .business-details ul
{
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
}
.product-details-cont .business-details .left-cont li
{
    font-weight: 700;
    color: #b32039;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.product-details-cont .business-details .right-cont li
{
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.product-details-cont .business-details a{
    text-decoration: none;
    font-weight: 800;
    color: #b32039;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 2px solid #b32039;
    margin-bottom: 12px;
}
.buyer-details
{
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 24px;
}
.buyer-details h3
{
    color: #b32039;
    font-size: 22px;
}
.buyer-details p{
    font-weight: 700;
    color: #b32039;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.buyer-details p span
{
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.buttons-wrap a {
    text-align: center;
    display: flex;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #b32039;
    padding: 15px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #b32039;
    align-items: center;
    justify-content: center;
}
a:not([href]):not([tabindex]){
    color: #fff;
}
a:not([href]):not([tabindex]):hover{
    color: #fff;
}
.buttons-wrap a i{
    font-size: 24px;
    margin-left: 10px;
}
.buttons-wrap a.special{
    border: 2px solid #b32039;
    background: #fff;
    color: #b32039;
}




.product-details-accordion .accordion {
  margin-top: 40px;
  .card {
    border: none;
    margin-bottom: 20px;
    padding:10px;
    h2 {
        color: #b32039;
    font-size: 25px;
        padding: 15px 20px;
      background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
      cursor: pointer;
      &.collapsed {
            background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
      }
    }
    &-body {
      padding-left: 0;
      padding-right: 0;
    }
  }
}






.product-details-accordion ul
{
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
}
.product-details-accordion .left-cont li
{
    font-weight: 700;
    color: #b32039;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.product-details-accordion .right-cont li
{
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.product-details-accordion a{
        text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    background: #b32039;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 12px;
}





.product-details-wrap .card
{
    background-color: #fff;
    border: none!important;
    border-radius: 24px !important;
}
.product-details-wrap .img-select .img-item img
 {
        border-radius: 12px;
    height: 100px;
    object-fit: cover;
    width:130px;
    margin: 0 auto;
}

.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
img{
    max-width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
        min-width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
}
.img-select{
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-gap: 3px;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

.whatsapp-chat {
    text-align: -webkit-right;
    margin-top: 40px;
}


.modal-content{
    border-radius: 1rem;
}

.modal-body {
    padding: 2.7rem;
}


.modal-product img
{
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}



.modal-product .price
{
    font-size: 25px;
    font-weight: 700;
    color: #b32039;
    margin-top: 14px;
}
.modal-product .price span{
    font-weight: 600;
    font-size: 14px;

}
.modal-product .buyer-details {
    background: #fff;
    padding: 0;
    margin:0;
    border-radius: 24px;
}



.input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
    z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    }
}


.intl-tel-input {
    position: relative;
    display: block;
}

.modal-cont .form-row{
    padding-bottom: 1rem;
}
.modal-cont select, .modal-cont input{
    height: 3rem;
    border-radius: 12px;
    outline: 0;
    border: none;
    border-right: 10px solid #FFF;
    box-shadow: 0px 0px 0px 1px #00000024;
}

.modal-cont .wpcf7-submit {
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    background: #b32039;
    border-radius: 4px;
    border: none;
    transition: all 350ms;
    width: 100%;
    padding: 10px;
}

.modal-enq {
    padding: 0px 50px;
}

.modal-body:before {
    position: absolute;
    content: "";
    clear: both;
    background: #f8f8f8;
    background-repeat: no-repeat;
    top: 5.5%;
    right: 3.5%;
    width: 45%;
    height: 89.5%;
    border-radius: 15px;
}


/*........................*/
/* Style the list */
.inner-banner{
	background-image: url(https://mabasantiricemill.com/wp-content/uploads/2024/11/footerbanner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
    background-position: top;
}
.inner-banner::before{
	position:absolute;
	clear:both;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#f7e81069;
}
ul.breadcrumb {
        list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #b320399c;
    width: 100%;
    text-align: center;
    display: block;
    padding: 3px;
    border-radius: 0;
    box-shadow: 2px 1px 5px 2px #00000057;
}
.inner-banner .inner-head
{
	    position: absolute;
    z-index: 999;
    color: #b32039;
    font-size: 70px;
    font-weight: 800;
    text-shadow: 0px 1px 18px #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li:last-child a{
    font-weight: 600;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #faec0a;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
      color: #faec0a;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none!important;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #fff;
  text-decoration: underline;
}



.video-sec .video-bg.inner {
    margin-top: 30px;
}

.glimpses .glimpses-wrap.inner {
        display: grid;
    grid-template-columns: repeat(3, 30%);
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 30px;
}

.glimpses .glimpses-wrap.inner li a
 {
    text-decoration: none;
    color: #b32039;
    display: block;
}



.video-bg.inner{
        background: url(../images/vdo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}


.dropdown-menu li a
{
    text-decoration: none;
    color: #b32039;
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
    text-align: left;
    display: block;
    position:relative;
}

.navbar-nav .dropdown-menu {
    width: 350px;
    border-radius: 25.9px;
    margin-top: 12px;
    padding: 20px;
}
.navbar-nav .dropdown-menu i
{
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -35%);
}
.dropdown-menu li {
    transition: all 350ms;
    margin-bottom: 0;
    padding: 16px 24px 16px 24px;
    border-radius: 9.6px;
}
.dropdown-menu li:hover{
    background:#b3203914;
}
.dropdown-menu li:hover i{
    color:#000;
}

.dropdown-menu .dropdown-item {
    transition: all 350ms;
    margin-bottom: 0;
    padding: 16px 24px 16px 24px;
    border-radius: 9.6px;
	
	text-decoration: none;
    color: #b32039;
    font-weight: 600;
    margin: 0;
    text-align: left;
    display: block;
    position: relative;
}

/* 
.dropdown-menu .dropdown-item::after {
	
} */
.dropdown-menu .dropdown-item:hover::after {
	position: absolute;
    clear: both;
    top: 45%;
    left: 90%;
    content: '';
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.dropdown-menu .dropdown-item:hover{
    background:#b3203914;
	 color: #b32039;
	padding-left:24px;

}
.float {
       position: fixed;
    width: 175px;
    bottom: 65px;
    right: 40px;
    z-index: 99999;
    text-decoration: none;
}
.float:hover{
    color:#fff;
}
/*.my-float{*/
/*  margin-top:16px;*/
/*}*/





/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


.special-f .f-wrap
{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    background: #b32039;
}

.special-f .f-wrap .f-box{
	text-align:center;
	padding:30px;
	position:relative;
}
.special-f .f-wrap .f-box:nth-child(odd) {

    background: #bd1a36;
}
.special-f .f-wrap .f-box::after{
	position:absolute;
	top:0;
	right:0;
	content:"";
	clear:both;
	height:100%;
	width:1px;
	background:#018338;
}
.special-f .f-wrap .f-box:nth-last-child(1)::after {
	background:none;
}
.special-f .f-wrap .f-box img{
	margin:0 auto;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	width:40px;
}
.special-f .f-wrap .f-box p
{
    color: #fff;
    font-family: 'Trustindex Open Sans';
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}


.combined-wraper {
        position: relative;
    background: url(https://mabasantiricemill.com/wp-content/uploads/2024/11/faq-1.jpg) no-repeat;
    /* background-position: bottom; */
    background-size: cover;
    padding: 80px 0px 80px 0;
}
.combined-wraper .heading h2 span {
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #ec483a;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    background: none;
}


.combined-wraper .accordion {
    position: relative;
    z-index: 9;
}

.combined-wraper .accordion .communication-accordian {
    padding-right: 0px;
}

.combined-wraper .accordion .communication-accordian.part2 {
    padding-right: 0px;
    padding-left: 50px;
}

.combined-wraper .accordion .communication-accordian .heading {
    text-align: left;
    margin-bottom: 40px;
}

.accordion .card {
    border: none;
    margin-bottom: 5px;
    border-radius: 0;
    background-color: transparent;
}

.accordion .card:nth-child(1),
.accordion .card:nth-child(2),
.accordion .card:nth-child(3) {
    border-bottom: none !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    border: none;
}
.accordion .card .card-header::before{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #ae1f38;
}

.accordion .card .card-header .mb-0 {
    padding: 0;
}

.accordion .card .card-header button {
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 16px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
}

.accordion .card .card-header button.collapsed {
    color: #fff !important;
    font-weight: 500;
    background: #ec3957;
    background: -moz-linear-gradient(left, #ec3957 0%, #cb2036 50%, #7a1636 100%);
    background: -webkit-linear-gradient(left, #ec3957 0%,#cb2036 50%,#7a1636 100%);
    background: linear-gradient(to right, #ec3957 0%,#cb2036 50%,#7a1636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3957', endColorstr='#7a1636',GradientType=1 );
}

.accordion .card .card-header button.btn-link {
        background: linear-gradient(45deg, #6a1524, #b32039);
}

.accordion .card .collapse.show {
    background-color: #fff;
    margin-top: 0px;
    position: relative;
}

.accordion .card .collapsing {
    background-color: #fff;
}

.accordion .card .collapsing .card-body p {
    font-size: 14px;
    color: #000;
}

.accordion .card .collapse .card-body p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}

.accordion .card .collapse .card-body {
    padding: 20px 20px;
    background-color: #fff;
}

/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button {
    color: #fff;
    font-weight: 500;
}

.bs-example {
    margin: 20px;
}

.accordion .collapsed .fa {
    background-color: transparent;
    margin-right: 7%;
    float: left;
    color: #fff;
    padding: 5px;
    position: relative;
}

.accordion .fa {
    background-color: transparent;
    margin-right: 7%;
    float: left;
    color: #fff;
    padding: 5px;
    position: relative;
}

.btn-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.testimonials-feature {
    padding: 160px 0;
    background-image: url(https://mabasantiricemill.com/wp-content/uploads/2024/11/bg-t.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;	
}
.testimonials-feature::before{
	position:absolute;
	left:0;
	top:0;
	background:#b83148c4;
	clear:both;
	content:"";
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}
.testimonials-feature .f-wrap .f-box h3
{
    font-size: 80px;
    font-weight: 800;
    color: #fff;
}
.testimonials-feature .f-wrap .f-box p{
	font-size:20px;
	color:#fff;
}
.testimonials-feature .f-wrap .f-box img
{
    width: 200px;
    margin: 0 auto;
	filter: brightness(0) invert(1);
}