/********** Template CSS **********/
:root {
    --primary: #f55916;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: black;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #f26526;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.hover-icon {
    display: none !important;
}

.drop:hover .hover-icon {
    display: inline-block !important;
    margin-right: 2px;
    transition: 2s;
    color: #132e50;

}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-item {
    height: 65vh;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 1024px){
    .navbar img:nth-child(1){
        width: 200px;
    }
}
@media (max-width: 375px){
    .navbar img:nth-child(1){
        width: 180px;
    }
}



#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/main-img/back-img.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/main-img/pulses/pulses-back-img.jpeg) center center no-repeat;
    background-size: cover;
}
.page-header2 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/main-img/chemical-backmain-img2.jpg) center center no-repeat;
    background-size: cover;
}

/* index page start */
.asration-img {
    aspect-ratio: 5/4;
}

.asration1 {
    aspect-ratio: 6/4 !important;
}

#star {
    height: 12px !important;
    width: 12px !important;
}

.bg-skyblue-nirav {
    background: rgb(216 232 239);
}




/* 3box css start */
.logo-color1 {
    filter: invert(69%) sepia(61%) saturate(701%) hue-rotate(167deg) brightness(91%) contrast(96%);
}

.logo-color2 {
    filter: invert(38%) sepia(97%) saturate(622%) hue-rotate(161deg) brightness(98%) contrast(91%);
}

.logo-color3 {
    filter: invert(31%) sepia(73%) saturate(410%) hue-rotate(171deg) brightness(90%) contrast(85%);
}

.box3-main-container {
    position: relative;
    margin-top: -1rem;
    ;

}

.box3-inner-container {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    border-radius: 10px;
    padding: 30px 30px 28px;
    background-color: #ffffff !important;
    z-index: 5 !important;
    background: url(/img/indeximg/bg-box3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    /* border-top: 5px solid #395e87; */

    /* animation: borderleft 10s infinite;
    border-top: 5px solid #ffffff; */
}

/* @keyframes borderleft  {
    50% {border-top-color: #132e50}
  } */

.box3-inner-container:hover {
    transform: translateY(-16px);
    transition: 1s;
}


/* 3box css end */

/* auto swip logo css start */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider1 {
    height: 500px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    background-size: cover;
}

.slider1 .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);

}

.slider1 .slide {
    height: 500px;
    /* width: 250px; */
}
.slider1 .slide img{
background-size: cover;
height: 100%;
}

/* auto swip logo css end */


/* services css start  */

.top-line {
    border-style: solid;
    border-bottom-width: 2px;
    /* border-color: #395e8a; */
    border-color: #f0b341;
    width: 60px;
    margin: 0px auto;
}

.service-main-container {
    background-image: url(/img/main-img/pro1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  /* opacity: 0.5; */



}

.service-inner-box {
    box-shadow: 0 5px 13px 4px hsla(0, 0%, 93.7%, .8);
    border-radius: 5px;
    padding: 1rem;
    background: #ffffff;

}

/* .toggle-btn {
    background: #395e8a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 5px !important;
    border: none;
    animation-name: toggle;
    animation-duration: 10s;
    animation-iteration-count: infinite;

} */

@keyframes toggle {
    0% {
        background-color: #395e8a;
    }

    25% {
        background-color: #000000;
    }

    50% {
        background-color: #395e8a;
    }

    100% {
        background-color: #000000;
    }
}


/* .animi {
    position: relative;
    animation: animi 5s infinite;
    animation-delay: 5s;
}

@keyframes animi {
    from {
        left: 0px;
    }

    to {
        left: 200px;
    }
} */

.hide-box {
    display: none;
}

.text14 {
    font-size: 14px;
}

.margin-top3 {
    margin-top: 3rem;
}

.font-800 {
    font-weight: 800;
}

/* .color3 {
    color: #132e50;
} */
.color3{
    color: #f26526;
}

.white-icon {
    filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(109deg) brightness(115%) contrast(100%);
}

.know-More-btn {
    background: #395e8a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 5px !important;
}

.know-More-btn:hover {
    background: #132e50;
    color: #ffffff;
    /* border: 2px solid #395e8a; */
    border-radius: 15px;
    transition: 1s;
}


.get-quote-container {
    border: 2px solid #132e50;
    border-radius: 10px;
}

.get-inp {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    width: 100%;
}

.get-inp::placeholder {
    color: #ced4da;
    color: #252525;
}

.submi-btn1 {
    background-color: #132e50;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 5px;
    border: none;
}

/* service css end  */


/* our services part 2 start */
.our-services2-leftbox {
    /* position: relative; */
}

/* .nirav1 {
    position: relative;
    left: 50px;
}
.nirav11 {
    position: relative;
    right: 50px;
} */

.box3-innerbox {
 background-size: cover;
 
}
.box3-innerbox img{
    /* border-radius: 10px; */
    /* height:250px;
    width: 250px; */
    border: 4px solid #f26526;
    /* padding: 5px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border-radius: 50%; */
    /* height: 300px;
    width: 300px; */
    border-radius: 50%;
    background-size: cover;
    
  
   


}

.new-img{
    border-radius: 50%;
}



/* .box3-innerbox:hover {
    scale: 1.1;
    transition: 2s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;

} */

@media (max-width: 768px) {
    .nirav1 {
        left: 0px;
    }
}



/* our services part 2 end */

/* about us 1 start */
.about-right-inner-box {
    border-radius: 10px;
    color: #ffffff;
    background-color: #132e50;
    padding: 2rem 1.5rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.about-right-inner-box:hover {
    background: #ffffff;
    color: #132e50;
    border: 5px dotted #132e50;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    transition: 1s;
}

.about-right-inner-box:hover h5 {
    color: #132e50;
}

.about-right-inner-box h5 {
    color: #ffffff;

}

.about-right-inner-box:hover .about-img-box {
    background-color: #132e50;
}

.about-img-box {
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    height: 70px;
    width: 70px;
}

/* about us 1 end */

/* our clients css start */

.logo-box {
    background: rgb(241, 242, 245);
    border-radius: 10px;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
}

.logo-box:hover {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    scale: 0.9;
    transition: 1s;
}

.our-client-main-container {}

@media (max-width: 768px) {
    .our-client-main-container {
        width: 100%;
        max-height: 300px;
        overflow: scroll;
    }
}

/* our clients css end */



/* quick wins css start  */

.quick-wins-inner-text {
    /* border: 1px solid red; */
    position: relative;
    margin: 0px 44px 20px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    /* min-height: 280px; */
    animation: bordermove 10s infinite;
    border-bottom: 5px solid #ffffff;
}

@keyframes bordermove {
    50% {
        border-bottom-color: #132e50
    }
}

.parallax {
    /* The image used */
    /* background-image: url("/img/4.png"); */

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .quick-wins-inner-text {
        margin: 0px 6px 10px;
        padding: 16px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 786px) {

.quick-wins-inner-text {
        margin: 0px 3px 10px;
        padding: 16px;
    }
}
/* quick wins css end  */



/* index page end */





/* whatsup */
.shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

/* .element {
    margin: 0 auto;
    width: 150px;
    height: 150px;
 
  } */
@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.whatsapp_float {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1000;
}

.shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

.whatsapp_float_btn {
    width: 50px;
    height: 50px;
}

.back-to-top {
    /* right: 15px !important; */
    display: none !important;
}

.btn-lg-square {
    height: 45px !important;
    width: 45px !important;
}

@media screen and (max-width: 786px) {
    .whatsapp_float_btn {
        width: 30px;
        height: 30px;
    }

    .whatsapp_float {
        position: fixed;
        bottom: 20px;
        right: 5px;
        z-index: 1000;
    }

}


/* *****************Explore our services start  */

.box-small:hover {
    scale: 0.9;
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}


.Explore-our-services-img1 {

    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/owner-property.jpg) center center no-repeat;
    border-radius: 15px;
    height: 170px;
    padding: 1rem;
    padding-top: 3rem;

}

.Explore-our-services-img2 {

    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/Explore-services-img2.jpg) center center no-repeat;
    border-radius: 15px;
    height: 170px;
    padding: 1rem;
    padding-top: 3rem;
}

.Explore-our-services-img3 {

    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/Exploer-services-img6.jpg) center center no-repeat;
    border-radius: 15px;
    height: 170px;
    padding: 1rem;
    padding-top: 3rem;

}

.Explore-our-services-img4 {

    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/Explore-services-img5.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 15px;
    height: 170px;
    padding: 1rem;
    padding-top: 3rem;
}

.box-small h5 {
    /* margin-top: ; */
    /* margin-top: 3rem; */
    color: #FFFFFF;
}

.box-small h4 {
    color: #ffffff;
}

.get-in-touch {
    color: #ffffff;
    background: transparent;
    border: none;
}

.get-in-touch:hover {
    color: #29a71a;
    font-weight: 500;
}



/* *****************Explore our services end  */


/* ***************** top area start  */
.top-area-container {
    margin-top: 3rem;
}

.top-area-img-asration {
    aspect-ratio: 9/8 !important;
    border-radius: 10px;
}



/* ***************** top area end  */


/* *********advice container start  */
.contact-now {
    color: #ffffff;
    background: #4d4949;
    border-radius: 7px;
    font-size: 14px;
    padding: 5px 8px;
    margin-top: 5px !important;
    letter-spacing: 1px;

}

.advice-inner-box {
    border: 1px solid rgb(226, 217, 217);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-now:hover .vadhiya {
    translate: 5px 0px;
    transition: 0.5s;
}

.contact-now:hover {
    background: #000000;
    color: #ffffff;
}


/* ***********advice container end  */





/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 42px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #f55916 !important;
    
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: #f55916;
    background: #f55916;
}




/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}













/* careers css start  */
.careers-main-container {
    background: url(/img/indeximg/careers-back-img.png);
    padding: 3rem 0rem;
    /* padding: 3rem 3rem; */
}



/* careers css start  */



/* spices css start  */

.color-brown{
    color: brown;
}
.color-black{
    color: #000000;
}

.spices-inner-product{
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}
.spices-sub-img img{
    /* height: 120px; */
    /* width: 120px; */
    /* border-radius: 50%; */
    border: 4px solid #f55916;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    /* padding: 2px; */
    width: 100%;
    min-height: 192px;
    max-height: 192px;
    border-radius: 5px;
    
}

.rice-sub-img img{
    border: 4px solid #f55916;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 2px;
    width: 100%;
    min-height: 260px;
    max-height: 260px;
    border-radius: 5px;
}

@media only screen and (max-width: 1200px){
    .spices-sub-img img{
        min-height: 135px;
    }
}
@media only screen and (max-width: 426px){
    .spices-sub-img img{
        min-height: 290px;
    }
}   

.spices-sub-img img:hover{
    border: 3px dotted red;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    scale: 1.1;
    transition: 2s;
}
.view-btn1{
    border: none;
    background: brown;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 400;

}

.view-btn1:hover{
    /* border: 2px solid brown; */
    background: #000000;
    color: #ffffff;

}
.enquire-btn{
    border: none;
    background: #132e50;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 400;
}
.enquire-btn:hover{
    background-color: #000000;
    color: #ffffff;
}

.TextEnd{
    text-align: end;
}
@media only screen and (max-width: 600px){
    .TextEnd{
        text-align: start;
    }
}
/* spices css end  */


/* modal css start  */
.call-btn1{
    background: #132e50;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
}
.submit-btn{
    background: #132e50;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    letter-spacing: 1px;
}
.submit-btn:hover{
    color: #ffffff;
    background-color: #000000;
}
.call-btn1:hover{
    color: #ffffff ;
    background-color: #000000;
}
/* modal css end  */


/* Spices Datalis page css start  */
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

  @media only screen and (max-width: 600px){

    .table-container{
        /* border: 2px solid red; */
    width: 100%;
    overflow: scroll;
      }
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
 td:hover{
    background-color: rgb(179, 105, 105);
    color: #ffffff;
 }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

.spices-Details-box{
    border: 1px solid gray;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.spices-Details-main-head{
    background-color: #132e50;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;

}
.black-paper-side-img img{
    border-radius: 5px;
    border: 2px solid brown;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-shadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-shadow:hover{
    scale: 1.3;
    transition: 2s;
    
}
.call-btn2{
    background-color: brown;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 5px;
}
.call-btn2:hover{
    color: #ffffff;
    background-color: #000000;
}
.red-chili-product-box{
    background-color: #132e50;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 1rem;
}
.img1{
    /* border-radius: 10px; */
    height: 150px;
    width: 200px;
    border: 2px solid brown;
    overflow: hidden !important;
   

 
}
.img1:hover{
    scale: 1.1;
    /* overflow: hidden; */
    transition: 2s;
}
.red-chili-borderbox{
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    overflow: hidden;
}
.colorW{
    color: #ffffff;
}
/* Spices Datalis page css end  */


.red-chili-box{
    border: 2px solid brown;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.nirav12{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/Pin-head-black-pepper.jpg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}
.nirav13{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/Birds-eye-chilli-img1.jpeg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}
.nirav14{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/cuminpowder.jpg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}
.nirav15{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/ginger.jpg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}
.nirav16{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/garlic-img1.jpeg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}
.nirav17{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/Turmeric-img2.jpeg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}
.nirav18{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/mustared2.jpeg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}
.nirav19{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/img/main-img/spice/coriander-img2.jpeg) center center no-repeat;
    aspect-ratio: 9/6 !important;
    border-radius: 10px;

}

.color-white1{
    color: #ffffff;
    text-align: center;
   padding-top: 25%;
}

.hover-effect:hover{
scale: 0.9;
transition: 2s;
border: 2px solid brown;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    
}

.Penutesimg{
    aspect-ratio: 6/5;
    border: 2px solid brown;
    border-radius: 5px;
    padding: 3px;
    overflow: hidden;
}
.Penutesimg:hover{
    scale: 1.5;
    transition: 2s;
    border: 2px solid brown;
}

/* chemical css start  */
.chemicals-inner-box{
    border: 2px solid rgb(238, 95, 43);
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    height: 100%;
}


/* chemical css end */

.text-orange{
    color: #f55916;
}
.orange-background{
    background-color:#f26526 ;
    color: #000000;
}

.gold-text{
color: #f0b341;
}
.accordion-button:not(.collapsed){
    background: none;
    color: #f55916;
}
.accordion-button:focus{
    border-color: none;
    /* box-shadow: none; */
    box-shadow:  0 0.25rem #f55916;
    
}

.img-orange{
    filter: invert(41%) sepia(100%) saturate(2357%) hue-rotate(352deg) brightness(98%) contrast(97%);
}

.footer .btn.btn-link:hover{
    color: #f55916;
}


/* 2nd about us start css  */

.about2-main-box{
    background-color: #f55916;

    /* padding: 10px; */
}


.about2-inner-box{
    background: #ffffff;
    padding: 1rem ;
    border-radius: 10px;
    height: 100%;
}

.gold-border{
    border: 4px solid gold;
}

.gold-background{
    background-color: #f4c048;
}

.bg-orange2
/* 2nd about us end css  */

.bg-skyblue-nirav1{
    background: #f5591647 !important;
    border: 2px solid #f55916 !important;

}

.xyz{
      background: #f5591647 !important;
      border: 2px solid #f55916 !important;
}
.bg-orange2{
    background: #f5591647;
}
.overflow-hidden1{
    overflow: hidden;
}


/* about team box start  */

.about-tem-box{
    background: #f5591647 !important;
    border: 2px solid #f55916 !important;
    border-radius: 10px;
    padding: 10px;
}

.about-tem-box-img img{
    border: 2px solid #f26526;
    
    border-radius: 50%;

}

/* about team box end  */

.text-new-color{
    text-shadow: 0 0 3px #f26526, 0 0 5px #f26526;
}


.vadhiya-shadow{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border: 2px solid #DEE2E6;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}