/********** Template CSS **********/
:root {
    --primary: #a7d142;
    --secondary: #F65005;
    --light: #F7F8FC;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    background: url(../img/bg-icon.png) center center repeat;
    background-size: contain;
}


/*** 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,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    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 ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 0px 25px;
    background-color: #1a5605;
    color: #fff;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
}

.navbar .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}
.nav-item.dropdown {
    padding: 0px 5px;
}
.item.city-item input {
    background-color: #f65005;
    border: none;
    color: #fff;
    border-radius: 5px;
}
@media (min-width: 1880px) {
    .navbar .navbar-nav .nav-link {
        font-size: 17px !important;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
        display: block;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .px-sm-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

   
}

@media (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 37px !important;
    }
}


@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;
    }
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 27px !important;
    }
    .px-sm-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        font-size: 14px;
    }
    a.btn.btn-secondary.rounded-pill.py-sm-3.px-sm-5.ms-3 {
        margin-left: 0px !important;
    }
    h1.display-2.mb-5.animated.slideInDown {
        margin-bottom: 25px !important;
    }
    h1.mb-5.animated.slideInDown{
        margin-bottom: 25px !important;
    }
    .product-item img {
        width: 100%;
        max-width: 55%;
    }
    .product-item {
        text-align: center;
    }
}

@media (max-width: 440px) {
    .carousel-caption h1 {
        font-size: 23px !important;
    }
    .px-sm-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        font-size: 10px;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
    border-bottom: 2px solid #1a5605;
}

.carousel-control-prev, .carousel-control-next {
    width: 9%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #55555554;
    border: 10px solid #55555554;
    border-radius: 3rem;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}



/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: -webkit-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -moz-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -ms-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -o-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-size: 20px 20px;
    transform: skew(20deg);
    z-index: 1;
}


/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 2px solid #f65005;
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/* ================ Footer Css Start ================ */
#grocino-footer {
    background: #1a5605;
    padding: 0px 40px;
    border-top: 5px solid #1a5605;
    margin-top: 60px;
}
#grocino-footer .grocino-footer-first-row {
    padding: 20px 0;
	border-bottom: 1px solid #f5f5f5;
}

#grocino-footer .grocino-call-email-alt {
    float: left;
    width: 100%;
}

#grocino-footer .grocino-call-email-alt li {
    display: inline-block;
    margin-right: 20px;
}

#grocino-footer .grocino-call-email-alt li:last-child {
    margin-right: 0;
}

#grocino-footer .grocino-callemail {
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
}

#grocino-footer .grocino-callemail i {
    margin-right: 5px;
	color: #73BA76;
}

#grocino-footer .grocino-social-links-footer {
    text-align: right;
    float: left;
    width: 100%;
}

#grocino-footer .grocino-social-links-footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 17px;
}

#grocino-footer .grocino-social-links-footer ul {
    float: left;
    margin-top: 5px;
	width: 100%;
}

#grocino-footer .grocino-social-links-footer ul li {
    display: inline-block;
    padding-right: 15px;
}

#grocino-footer .grocino-social-links-footer ul li:last-child {
    padding-right: 0;
}

#grocino-footer .grocino-social-links-footer ul li a {
    color: #2b2f4c;
    font-size: 14px;
    text-align: right;
    position: relative;
	display: inline-block;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#grocino-footer .grocino-social-links-footer ul li:hover a {
    bottom: 5px;
	color: #73BA76 !important;
}

#grocino-footer .grocino-footer-row {
    padding-bottom: 50px;
    /* border-bottom: 1px solid #f5f5f5; */
}

#grocino-footer .grocino-second-row-item {
    margin-top: 47px;
}

#grocino-footer .grocino-second-row-item h4 {
    color: #2b2f4c;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 35px;
}

#grocino-footer .grocino-second-row-item ul li {
    padding-bottom: 10px;
}

#grocino-footer .grocino-second-row-item ul li:last-child {
    padding-bottom: 0;
}

#grocino-footer .grocino-second-row-item ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#grocino-footer .grocino-second-row-item ul li a:hover {
    color: #f55d2c !important;
	left: 5px;
}

#grocino-footer .grocino-second-row-item-2 {
    margin-top: 86px;
}

#grocino-footer .grocino-second-row-item-app {
    margin-top: 20px;
}

#grocino-footer .grocino-second-row-item-app h4 {
    color: #2b2f4c;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}

#grocino-footer .grocino-second-row-item-app ul li {
    display: inline-block;
    padding-right: 0;
}

#grocino-footer .grocino-second-row-item-app ul li:last-child {
    padding-right: 0;
}

#grocino-footer img.grocino-download-btn {
    width: 120px;
}

#grocino-footer .grocino-footer-last-row {
	padding: 30px 0;
	background: #fff;
	text-align: center;
}

#grocino-footer .grocino-footer-payments .btn-primary{
	color: #fff!important;
    background: #F55D2C;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #F55D2C;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
	font-family: "Roboto";
}

#grocino-footer .grocino-footer-payments .btn-primary:hover {
    background: #2B2F4C;
    color: #fff!important;
    border: 1px solid #2B2F4C;
    -webkit-box-shadow: -100px 0 0 #2b2f4c inset;
}

#grocino-footer .grocino-footer-bottom-links ul li {
    display: inline-block;
    padding: 0 10px;
}

.grocino-second-row-item p {
    line-height: 25px;
}
.footer-address p {
    line-height: 25px;
    margin-bottom: 0;
    color: #fff;
}

.footer-address p strong {
    font-weight: 500;
}

#grocino-footer .grocino-footer-bottom-links li a {
    color: #3e3f5e;
	font-size: 13px;
    font-weight: 500;
    text-align: left;
	line-height: 24px;
	position: relative;
	bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#grocino-footer .grocino-footer-bottom-links ul li:hover a {
    bottom: 2px;
	color: #73BA76 !important;
}

#grocino-footer img.apps-btn {
    width: 121px;
}

#grocino-footer .footer-pay-logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

#grocino-footer .footer-pay-logo img {
    width: 35px;
    height: auto;
}

#grocino-footer .pay-logo ul li {
	display:inline-block;
}

.footer-bottam {
    background-color: #134402;
    text-align: right;
    border-top: 2px solid #134402;
}

.footer-rows {
    padding: 4px 0;
    border-bottom: 1px solid #f5f5f5;
}

ul#vejpay-gateway {
    margin: 0;
}

.footer-links ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-linkscopyright-text {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.3px;
	text-align: left;
}

.footer-linkscopyright-text b {
	font-weight: 500;
}

.footer-links li a {
    color: #3e3f5e;
	font-size: 13px;
    font-weight: 500;
    text-align: left;
	line-height: 24px;
	position: relative;
	bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a {
    bottom: 2px;
	color: #73BA76 !important;
}
.grocino-footer-payments {
    border: 2px solid #fff5f0;
    padding: 20px 20px 0px 20px;
    background-color: #0a2401;
    border-radius: 10px;
}
.footer-payments input {
    margin: 12px 0px;
    border: 1px solid #1a56058a;
    color: #000 !important;
    border-radius: 5px;
}
.footer-payments{
     border: 2px solid #fff5f0;
    padding: 25px 40px;
    background-color: #eee;
    border-radius: 10px;
}
/* new css start here */
.grocino-footer2 {
    background-image: url('../img/logos/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0 40px 50px;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	position:relative;
}
.grocino-footer2::before {
    background: rgba(51, 51, 51, 0.8);
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    pointer-events: none;
}
.grocino-footer2 #grocino-footer {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	position:relative;
}
.grocino-footer2 #grocino-footer .grocino-footer-row {
	border: 0;
	padding: 0;
}

.grocino-footer2 #grocino-footer .grocino-second-row-item {
    margin-top: 60px;
}

.grocino-footer2 p {
	color: #fff !important;
}

.grocino-footer2 h4 {
	color: #fff !important;
	margin-bottom: 45px !important;
}

.grocino-footer2 ul li a {
	color: #fff !important;
}

.grocino-footer2 .social-icon {
	margin-top: 30px;
}

.grocino-footer2 .social-icon li {
	margin-right: 30px;
}

.grocino-footer2 .social-icon li:last-child {
	margin-right: 0;
}

.grocino-footer2 .logo {
	margin-bottom: 30px;
}
ul {
    list-style-type: none;
    padding: 0px;
}
.footer-address a {
    color: #ffffff;
}
li.footer-pay-logo {
    display: inline-block;
    
}
.grocino-footer-payments input {
    margin: 12px 0px;
    border: 1px solid #1a56058a;
    color: #000 !important;
    border-radius: 5px;
}
.contact-section.product-areaholder h2 {
    margin-bottom: 25px;
}
input#btnSubmit {
    background-color: #f65005;
    border: 2px solid #f65005;
    color: #fff !important;
}
.footer-container h3 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.border-box span {
    color: #fff;
}
.footer-container b {
    color: #ffffff;
    font-weight: bolder;
    font-size: 16px;
}
div#grocino-footer p {
    font-size: 14px;
}
.grocino-footer-payments span {
    color: #fff;
}
/* ============= Footer Css End ================ */

/* ------------------------------------- */
.item.city-item {
    padding: 0px 5px;
    text-align: end;
}
a.navbar-brand.ms-4.ms-lg-0 img {
    width: 200px;
}
nav.navbar.navbar-expand-lg.navbar-light.py-lg-0.wow.fadeIn {
    padding: 0px 15px;
    border-bottom: 2px solid #1a5605;
    background-color: #fff;
}
.carousel-caption img {
    padding-top: 35px;
}
.main_div {
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    margin: 20px 0px;
    border: 1px solid #eee;
}
.main_div1 i {
    background-color: #e1e4eb;
    padding: 10px 17px;
    font-size: 45px;
    border-radius: 100%;
    margin-right: 30px;
    border: 4px dotted #943e11;
}
.why-img img {
    width: 100%;
    border: 2px dashed #f6500575;
}
.Why-Products h1 {
    color: #ffffff !important;
}
.Why-Products p {
    color: #ffffff !important;
    line-height: 2;
    text-align: justify;
}
span {
    color: #f65005;
}

.btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000;
    background-color: #f65005;
    border-color: #f65005;
}
.btn-outline-primary {
    color: #a7d142;
    border-color: #f65005;
}
.carousel-caption h1 {
    font-size: 50px;
}
span2 {
    color: #1a5605;
}
.center {
    align-items: center;
}
a.nav-link.btn-sm-square.rounded-circle.ms-3 {
    background-color: #1a5605;
}
small.fa.fa-user {
    color: #ffffff;
}
.Why-Products {
    background-image: url('../img/core-values.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #111111;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: #f65005;
}

/* ------------------------------------------ */

.logo_icon img {
    width: 100px;
    height: 100px;
    animation: scroll 30s linear infinite;
  }
  
  .slide-track {
    width: 100%;
    display: flex;
    gap: 8em;
    overflow: hidden;
}
  
.slider {
    margin: 60px 0px;
    background-color: #ffffff;
    padding: 2em 2em;
    border: 1px solid #f6500594;
}
  
@keyframes scroll {
0% {transform: translateX(0);}
100% {transform: translatex(-1000%)}
}
/* ------------------------- */
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
}
h1.text-theme-colored2.font-36 span {
    color: #fff !important;
}

/* --------------footer socel icon--------------- */
.social {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}

.social ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.social ul li {
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.social .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
}

.social .fb a {
    background: #3C5B9B;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .fb a:hover {
    background: #3C5B9B;
}

.social .instagram a:before {
    content: "\f16d";
    font-family: FontAwesome;
}

.social .instagram a {
    background: #8a3ab9;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .instagram a:hover {
    background: #8a3ab9;
}

.social .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
}

.social .tw a {
    background: #359BED;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .tw a:hover {
    background: #359BED;
}

.social .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
}

.social .googleplus a {
    background: #E33729;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .googleplus a:hover {
    background: #E33729;
}

.social .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
}

.social .rss a {
    content: "\f09e";
    font-family: FontAwesome;
    background: #FD9F13;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .rss a:hover {
    background: #FD9F13;
}

.social .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome;
}

.social .pintrest a {
    content: "\f0d3";
    font-family: FontAwesome;
    background: #cb2027;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .pintrest a:hover {
    background: #cb2027;
}

.social .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
}

.social .linkedin a {
    content: "\f0e1";
    font-family: FontAwesome;
    background: #027ba5;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .linkedin a:hover {
    background: #027ba5;
}

.social .youtube a:before {
    content: "\f167";
    font-family: FontAwesome;
}

.social .youtube a {
    background: #F03434;
    font-size: 18px;
    border-radius: 999px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .youtube a:hover {
    background: #F03434;
}
.Grievance-data p {
    font-size: 14px;
}
.Grievance-data h6 {
    font-size: 20px;
}
.Grievance-data ul li {
    list-style-type: circle !important;
    font-size: 14px;
    margin: 17px 0px;
}
.Grievance-data {
    margin: 60px 0px;
}

.Grievance-data  h4 {
    font-size: 22px;
    margin-top: 25px;
}

section.section-b-space.privacy-policy.terms.return ul li {
    list-style-type: circle;
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0px;
    color: #2b2f4ce8;
}

.img-thumbnail {
    background-color: #ffffff4f !important;
    border: 1px solid #f6500547 !important;
}

table.table-starter th {
    background-color: #cbcbcb;
    color: #000;
    padding: 10px;
    border: 1px solid #eee;
}
table.table-starter {
    border: 1px solid #eee;
    font-size: 14px;
    margin: 20px 0px;
}
table.table-starter td {
    padding: 10px;
    border: 1px solid #eee;
}
/* --------------- */

.main_div h2 {
    margin: 20px 0px 10px 0px;
}
.product-item img {
    height: 300px;
}