:root{
	--red: #C62500;
	--pink: #FEF7F0;
	--gray: #FAFAFA;
	--black: #212121;
	--yellow: #FFE106;
}
body, h2, h3, h4, h5, h6{
	font-family: 'DM Sans 9pt';
}
.p-100{
	padding: 100px 0px;
}
a{
	text-decoration: none;
	color: unset;
}
p, a, li{
	font-size: 18px;
	line-height: 28px;
}
img{
	width: 100%;
}
h3{
	font-size: 40px;
	line-height: 46px;
}
h2{
	font-size: 48px;
	line-height: 58px;
}
h5{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
h4{
	font-size: 24px;
	line-height: 34px;
}
a.main-btn {
	background-color: var(--red);
	padding: 12px 70px 12px 40px;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	margin-top: 50px;
	color: #fff;
	position: relative;
	display: inline-block;
	/* width: fit-content; */
	align-items: center;
	transition: all 0.8s ease;
	border: 1px solid transparent;
	font-size: 18px;
}
.main-btn:hover::before {
	color: var(--red);
	right: 36px;
	transition: all 0.8s ease;
}
a.main-btn:before {
	content: '\f061';
	position: absolute;
	right: 40px;
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	font-weight: 700;
	transition: all 0.8s ease;
}


.main-btn:hover {
	background-color: transparent;
	border: 1px solid var(--red);
	color: var(--red);
	transition: all 0.8s ease;
}


.form_field_submit input{
	background-color: var(--red);
	padding: 18px 36px;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	margin-top: 50px;
	color: #fff;
	display: flex;
	width: fit-content;
	align-items: center;
}
/* a.main-btn::after {
content: '';
position: absolute;
background-image: url('../images/Arrow\ 2.svg');
width: 20px;
height: 15px;
background-repeat: no-repeat;
background-color: transparent;
background-size: contain;
top: 37%;
left: auto;
right: 3%;
} */
a.main-btn img {
	object-fit: contain;
	width: 23px;
	height: 18px;
	margin-left: 10px;
	display:none;
}
h2.main_heading{
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	color: var(--red);
}
.main-title{
	text-align: center;
	padding-bottom: 50px;
}
header{
	overflow-x: hidden;
}


/* Bread Crumb */


.bredcum-section {
	padding: 55px 0px;
	display: flex;
	align-items: end;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position:relative;
}
.bread-url > ul {
	display: flex;
	padding: unset;
	column-gap: 10px;
}
.bread-url > ul a::after {
	position: static;
	content: '\f105';
	color: var(--red);
	padding-left: 10px;
	font: normal normal normal 20px/1 FontAwesome;
}
.bredcum-section::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.7147233893557423) 0%, rgba(255,255,255,0) 52%);
	top: 0px;
}
/* .single_product::before{
	display:none;
} */

/* Carousel */
.slick-slide img {
	width: 100%;
	border-radius: 40px;
	height: auto;
	object-fit: cover;
}
.single-item .slick-list {
	overflow: visible;
	transform: scale(1.1) !important;
	/* margin-top: 80px; */
}
/* .single-item .slick-track{
transform: translate3d(-1296px, 0px, 0px);
display: flex;
} */
.single-item .slick-slide {
	margin: 0px 30px;
	/* 	width: 1280px !important; */
}
/* .single-item .slick-track {
display: flex;
column-gap: 35px;
} */
/* .single-item .slick-slide {
width: 1280px !important;
transform: translateX(-7px);
margin: 0px 30px;
} */
.home_carousel {
	padding: 10px 0px;
	overflow: hidden;
	padding-top: 50px;
}
ul.slick-dots {
	display: flex;
	justify-content: end;
	height: 50px;
	align-items: center;
	list-style-type: none;
	column-gap: 5px;
}
ul.slick-dots li {
	display: flex;
	align-items: end;
	height: 100%;
}
ul.slick-dots li.slick-active button {
	background-color: #000;
}
.slick-dots li button {
	border: unset;
	width: 50px;
	height: 5px;
	border-radius: 20px;
	font-size: 0px;
}
.slider-content {
	position: absolute;
	/* left: auto; */
	right: 0;
	width: 50%;
	padding: 45px 55px;
	background-color: #ededed;
	top: 25%;
	border-radius: 40px 0px 0px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-content h3 {
	margin-bottom: 33px;
	font-weight: 700;
	font-size: 37px;
	line-height: 47px;
	/* width: 85%; */
}
.slider-content a.main-btn {
	margin-top: 0;
}
.slider-box {
	position: relative;
	z-index: 2;
}
.slick-slide h2{
	font-size: 40px;
	line-height: 46px;
}




/* Home About */
.home-about{
	position: relative;
}
.home-about::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -12%;
	width: 25%;
	background-image: url(http://nextstep.net.in/tripti-spices/wp-content/uploads/2024/05/masale.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 40%;
	z-index: -1;
}
.home-about::after {
	content: "";
	position: absolute;
	bottom: 30%;
	right: 0;
	width: 65px;
	background-image: url('http://nextstep.net.in/tripti-spices/wp-content/uploads/2024/06/redchilli-removebg-preview.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 25%;
	/* z-index: 9; */
	left: auto;
}
/* section.team_wrapper_main.sp {
    display: none;
} */
.home-about-img img {
	border-radius: 24px;
	height: 100%;
	object-fit:cover;
}
.home-about-img {
	height: 100%;
}
.home-about-content h5{
	color: var(--red);
}
.home-about-content {
	padding: 12px 0px;
	/* width: 80%; */
	padding-left: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.home-about-content a.main-btn {
	margin-top: 0;
}

.home-about-content p {
	width: 70%;
	margin-bottom: 34px;
}

.home-about-content h2.main_heading {
	color: unset;
	margin-bottom: 24px;
}



/* Home Flavour */
.home-flavours{
	background-color: var(--pink);
}
.home-flavour-content{
	text-align: center;
}
.home-flavours .flavour-box .row {
	grid-row-gap: 20px;
}
/* .home-flavours .flavour-box .row > div {
	width: 20%;
} */
/*  .flavour-img img {*/
/*  transition: all 0.8s ease-in-out;*/
/*}*/
/*.flavour-img {*/
/*  padding: 50px;*/
/*}*/
.flavour-container {
	background-color: #fff;
	padding-bottom: 30px;
	height: 100%;
	text-align: center;
	border-radius: 12px;
}
.flavour-title a {
	transition: 0.7s;
}
.flavour-title a svg {
	display: none;
}
.flavour-container:hover a svg {
	display: inline-block;
}
.flavour-container:hover {
	border: 1px solid var(--red);
}

/*Home why Choose*/
.choose-content-box .choose-icon {
	padding-bottom: 20px;
}
.choose-content-box .choose-icon svg {
	width: 100px;
	height: 100px;
}
.choose-content-box {
	text-align: center;
	padding:40px;
	border-radius: 24px;
	border: 1px solid #e7e7e7;
	height: 320px;
	transition: 0.7s;
	display:flex;
	justify-content:center;
	align-items:center;
	    flex-direction: column;
}
.choose-content-box:hover {
	background-color: var(--red);
/* 	padding: 40px; */
}
.choose-title h4 {
	font-size: 20px;
	line-height: 30px;
}
.choose-content-box:hover .choose-icon svg {
	width: 50px;
	height: 50px;
	padding-bottom: unset;
}
.choose-content-box:hover .choose-icon svg path{
	fill: #fff;
}
.choose-content-box:hover .choose-title {
	color: #fff;
}
.choose-content-box .choose-title p, .choose-content-box:hover .choose-title h4{
	display: none;
}
.choose-content-box:hover .choose-title p{
	display: block;
}


/* Home Certifications */

.certificate-centent .main_title {
	margin-bottom: unset;
}
.certificate-sec{
	position: relative;
	height: 75vh;
	margin-top: 100px;
}
.certificate-sec .back-img img {
	position: absolute;
	width: 45%;
	height: 110%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.certificate-sec::after {
	content: "";
	position: absolute;
	top: -17%;
	right: 0;
	width: 25%;
	background-image: url('http://nextstep.net.in/tripti-spices/wp-content/uploads/2024/05/Group-127-1-copy.webp');
	background-repeat: no-repeat;
	background-size: contain;
	height: 40%;
	z-index: -1;
	left: auto;
}
.certificates::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 80%;
	right: 0;
	background-color: var(--gray);
	z-index: -1;
	bottom: 0;
}
.brand-img img {
	height: 100%;
	object-fit: cover;
}
.brand-img {
	height: 120px;
}
.certificate-centent {
	background-color: var(--red);
	border-radius: 10px;
	position: absolute;
	z-index: 3;
	padding: 3% 10% 3% 5%;
	top: -100px;
	left: 30%;
}
.certificate-centent h2, .certificate-centent p {
	color: #fff;
}
.certificates .row{
	row-gap: 20px;
	position: relative;
}
.certificates {
	/* background-color: #e7e7e7; */
	padding: 135px 0px;
	margin: 100px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.brand-img img {
	padding: 0px 20px;
	background-color: #fff;
	border-radius: 10px;
}
.certificate-sec a.main-btn{
	border: 1px solid #fff;
	margin-top: 25px;
}

/* Home Review */
.home-review-sec{
	position: relative;
	padding-top: 200px;
}
.home-review-sec::before {
	content: '';
	background-image: url(http://nextstep.net.in/tripti-spices/wp-content/uploads/2024/05/spice.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	left: -130px;
	top: 10%;
	height: 50%;
	width: 15%;
	z-index: -1;
}
.home-review-cont{
	background-color: var(--pink);
	border-radius: 24px;
	/* padding: 100px 0px; */
}
.home-review-right-img{
	position: relative;
	height: 100%;
}
.home-review-right-img img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95%;
}
.home-review-sec .reviews-box {
	width: 70%;
	margin: auto;
	padding: 100px 0px;

}
.home-review-sec .review-content p{
	font-size: 24px;
	line-height: 34px;
}
.home-review-sec .review-profile {
	display: flex;
	align-items: center;
	margin: 50px 0px;
}
.home-review-sec .profile-img{
	margin-right: 10px;
}
.home-review-sec .review-profile h4{
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	margin: unset;
}
.home-review-sec .review-profile p{
	margin: unset;
}

.carousel-indicators [data-bs-target] {
	background-color: var(--red);
}
.carousel-indicators {
	position: static;
	justify-content: flex-start;
	margin: unset;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

/* Home Recipe */
.home-recipe {
	background-color: var(--gray);
}
.home-recipe .recepie-img {
	border-radius: 24px;
	overflow: hidden;
}
.home-recipe .recepie-img a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	margin: auto;
}
.home-recipe .recepie-img a::before {
	content: '';
	position: absolute;
	background-image: url('http://nextstep.net.in/tripti-spices/wp-content/uploads/2024/05/Group-1000003830.png');
	background-repeat: no-repeat;
	background-position: center;
	left: 45%;
	top: 0;
	width: 10%;
	height: 100%;
	background-size: contain;
}
.home-recipe .recipe-btn {
	justify-content: center;
	display: flex;
}

/*Home News*/
.news-home-sec {
	position: relative;
	padding: 0px 0px 100px 0px;
}
.news-home-sec::after {
	content: '';
	background-image: url('http://nextstep.net.in/tripti-spices/wp-content/uploads/2024/05/element-1.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 60%;
	width: 40%;
	z-index: -1;
}
.news-img-box img {
	border-radius: 12px;
}
/* .news-home-sec .news-img-box {
margin-bottom: 18px;
} */
.news-content-box p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.news-home-sec a.bttn{
	color: var(--red);
}


/* Footer */
.web-info li img {
	width: 130px;
}
footer .footer-top{
	background-color: #212121;
	color: #fff;
}
footer h4{
	font-weight: 700;
	margin-bottom: 24px;
}
footer img{
	width: auto;
}
footer ul {
	list-style-type: none;
	padding: unset;
}
footer .web-info{
	width: 70%;
}
footer ul.social-icons {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	width: 100%;
}
ul.social-icons svg {
	width: 100%;
}
footer .contact img {
	width: 50%;
	margin: auto;
	display: flex;
}
footer .contact li:first-child {
	/* display: flex;
	justify-content: center; */
	margin-bottom: 20px;
}
footer address {
	margin-top: 20px;
}
footer .info > li, footer .prod > li {
	margin-bottom: 10px;
}
footer .footer-bottom{
	background-color: #2A2A2A;
	color: #fff;
}
footer .footer-bottom p {
	padding: 20px 0px;
	font-size: 14px;
	line-height: 24px;
}
.footer-bottom p {
	margin-bottom: 0px;
}
footer .contact {
	padding-left: 100px;
}
/* ul.info li a {
font-size: 16px;
line-height: 26px;
} */
.navik-menu>ul>li>a{
	font-weight: 600;
}
/* Contact Page */
.contact-box {
	padding: 50px;
	border: 2px solid var(--gray);
	border-radius: 24px;
	height: 100%;
}
.contact-box h3 {
	color: var(--red);
}
.contact-icon img{
	width: auto;
	margin: 20px 0px;
}.contact-icon {
	width: auto;
}

/* CONTACT PAGE CSS */

.contact-info-box {
	text-align: left;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: var(--red);
	padding: 35px;
	height: 300px;
}

.contact-info-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.contact-info-box .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: var(--yellow) ;
	border-radius: 50%;
	font-size: 35px;
	color: var(--red);
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 12px;
	position: relative
}

.contact-info-box .icon i {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.contact-info-box h3 {
	margin-bottom: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
}

.contact-info-box p {
	margin-bottom: 2px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
}

.contact-info-box p a {
	display: inline-block;
	color: #fff;
	font-size: 21px
}
.contact-info-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--red);
	border-top: 2px solid var(--red);
}
.contact-info-box .icon {
	transform: translate(0 , 0);
}
.contact-info-box .icon {
	position: static;
	transform: translate(0 , 0);
}
.contact_form_main > .row {
	row-gap: 23px;
}
.form_fields input , .form_fields select {
	display: block;
	width: 100%;
	height: 60px;
	outline: 0;
	background-color: #FAF9F6;
	border-radius: 3px;
	box-shadow: none;
	padding: 6px 14px;
	border: none;
	font-size: 17px;
	box-shadow: 1px 1px 6px -3px;
}

.form_fields textarea {
	display: block;
	width: 100%;
	height: 60px;
	outline: 0;
	background-color: #FAF9F6;
	border-radius: 3px;
	box-shadow: none;
	padding: 6px 14px;
	border: none;
	font-size: 17px;
	box-shadow: 1px 1px 6px -3px;
	height: 172px;
}
.contact-form h3 {
	font-size: 40px;
	margin-bottom: 40px;
	font-weight: 900;
}
.contact-form {
	padding: 40px 50px 40px 50px;
}
section.contact_form_sec {
	background-color: var(--gray);
}
.contact_form_outer > .row > *:nth-child(2) {
	background: #fff;
}
.contact_form_outer > .row > * {
	padding: 0;
}


/* About Page */
.about-why-choose .choose-icon img {
	width: auto;
}
.about-why-choose .choose-content-box:hover .choose-title h4 {
	display: block;
}

.about-page-content img {
	margin-bottom: 20px;
}
.about-page-content {
	width: 90%;
}
.sp{padding:100px 0;}

/*section.why_choose_wrapper.sp {*/
/*    background-color: var(--pink);*/
/*}*/
.choose_item {
	background: #fff;
	padding: 34px;
	/* border-radius: 100%; */
	/* width: 370px; */
	height: 370px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.choose_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 24px;
}

.choose_icon svg {
	width: 100%;
	height: 100%;
}

.choose_item h3 {
	font-size: 18px;
	line-height: 28px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.tabs {
	width: 100%;
	display: flex;
	color: var(--black);
}
#tabs-content {
	width: 50%;
}


.tabs {
	width: 100%;
	/* background-color: #09F;
	border-radius: 5px 5px 5px 5px; */
	display : flex;
	color: var(--black);
}
ul#tabs-nav {
	list-style: none;
	margin: 0 auto;
	padding: 5px;
	overflow: auto;
	/* width: 50%; */
	text-align: center;
}
#tabs-content {
	width: 50%;
}
.tabs_description {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.tabs_title h3 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 10px;
	color: var(--light-grey);
}
.tabs_description ul li.active .tabs_title h3{
	color: var(--black);
	font-weight: 700;
}
.tabs_description ul li.active .tabs_title .learn_more{
	color: var(--white-grey) !important;
	margin-top: 5px;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.5s ease;
}
.tabs_description ul li.active .tabs_title .learn_more:hover{
	transition: all 0.5s ease;
	color: var(--brown) !important;
}
.tabs_description ul li.active .tabs_title {
	margin-bottom: 40px;
}
.tabs_title p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--grey);
	width: 90%;
	margin: 0 auto;
}

.tabs_description ul li {
	margin-bottom: 15px;
}
#tabs-nav li a {
	text-decoration: none;
	color: var(--black);
}
/* ul#tabs-nav li {
font-weight: bold;
margin-right: 2px;
padding: 8px 10px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #d5d5de;
border-bottom: none;
cursor: pointer;
display:block;
} */
/* ul#tabs-nav li:hover,
ul#tabs-nav li.active {
background-color: #08E;
} */

/* .tab-content {
padding: 10px;
border: 5px solid #09F;
background-color: #FFF;
} */


.image_box {
	position: relative;
	width: 423px;
	height: 570px;
	margin: 0 auto;
}
.special_image_tab {
	text-align: center;
	position: relative;
}
.image_box img {
	height: 100%;
	border-radius: 24px;
	object-fit: cover;
	object-position: right top;
}
/* .image_box::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background:#ffffffb5;
opacity: 0.4;
right: 0;
bottom: 0;
z-index: 12;
border-radius: 600px 600px 0 0;
} */
.special_image_tab h2 {
	font-size: 64px;
	line-height: 75px;
	text-align: center;
	color: var(--brown);
	position: absolute;
	top: 50%;
	width: 50%;
	left: -50px;
	z-index: 1111;
	text-shadow: 2px 2px #ffeeee;
}


.tabs_description ul li a .tabs_content_box .tabs_title p {
	display: none !important;
}
.tabs_title p {
	display: none;
}
.tabs_title .learn_more {
	display: none;
}

.tabs_description ul li.active .tabs_title p {
	display: block ;
}
.tabs_description ul li.active .tabs_title .learn_more {
	display: inline-block ;
}
.image_box img

.about-page-img img:hover {
	transition: all 0.8s ease-in;
	transform: scale(1.2);
}
.about-page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease-in;
	transform: scale(1);
}
.about-page-img {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.8s ease-in;
	cursor: pointer;
}

.about-page-content {
	width: 90%;
	margin-left: auto;
	text-align: left;
}


.about-page-content h2 {
	text-align: left;
	margin-bottom: 0px;
	width: 70%;
}
.about-page-content .main-title {
	padding-bottom: 24px;
}

section.why_choose_wrapper.sp {
	background-color: var(--red);
}
section.why_choose_wrapper.sp h2.main_heading {
	color: #fff;
}
.vision_main {
	display: flex;
	justify-content: center;
}
.vision_tabs {
	background: var(--red);
	padding: 44px;
	border-radius: 24px;
	margin-right: -60px;
	width: 30%;
}
.vision_tabs ul {
	list-style: none;
}
/*.vision_tabs ul li {*/
/*    margin-bottom: 14px;*/
/*}*/
.vision_tabs ul li a {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}
div#myTabContent {
	width: 60%;
	margin-top: 34px;
}
.vision_image {
	margin-bottom: 20px;
}
.vsion_content {
	width: 80%;
	margin: 0 auto;
	padding-left: 40px;
}
section.team_wrapper.sp {
	background-color: var(--pink);
}

.team_image {
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 30px;
}

.team_content h3 {
	font-size: 32px;
	line-height: 42px;
}

section.team_wrapper.sp .col-md-7 .team_content {
	padding-left: 70px; 
	/*width: 90%;*/
}
section.why_choose_wrapper.sp .main_title {
	margin-bottom: 48px;
	text-align: center;
}


.vision_main .vision_tabs ul#nav-tab {
	display: block;
	border-bottom: 1px solid transparent;
}

.vision_tabs ul li {
	margin-bottom: 25px;
}
.vision_tabs a.nav-link {
	display: inline-block;
	padding: 0 28px 14px 0;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
}
.vision_tabs a.nav-link.active {
	color: #fff;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 2px solid #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
}

/* .team_main {
	display: flex;
	justify-content: space-between;
} */
.team_main .team_image_content .team_image {
	margin-left: auto;
}
.team_image {
    width: 60%;
    position: relative;
}

section.team_wrapper_main.sp {
    background: #f3f3f3;
}
.team_content {
    position: absolute;
    /* bottom: 0; */
    /* right: 0; */
    background: var(--red);
    padding: 32px;
    border-radius: 24px;
    right: 40px;
    color: #fff;
    top: 50%;
    right: 50%;
    width: 60%;
    transform: translateY(-20%);
}
/* .team_main .team_image_content:last-child .team_image {
	margin-left: auto;
}
.team_main .team_image_content:last-child .team_content {
	right: inherit;
	left: 40px;
} */
.team_image_content {
/* 	width: 50%; */
	position: relative;
}

a.read_more {
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding: 12px 0px;
	transition: all 0.8s ease;
}
a.read_more:hover {
	color: #f3f3f3;
	border-bottom-color: #f3f3f3;
	transition: all 0.8s ease;
}
section.team_wrapper_main.sp .main-title {
	padding-bottom: 24px;
}
section.team_wrapper_main.sp .modal-body .main-title h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
}
.main-title h3 {
	color: #000;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
.modal-body p {
	color: #000;
}
section.team_wrapper_main.sp .modal-body {
	padding: 50px;
	text-align: left;
}

section.team_wrapper_main.sp button.btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid #000;
	padding: 15px;
	border-radius: 40px;
	z-index:9;
}


.product_content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.product_content h2{
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	color: var(--red);
	margin-bottom: 24px;
}

.product_content .main-btn {
	margin-top: 24px;
}
section.product_wrapper.sp{
	padding:0;
}
section.product_wrapper.sp .product_main:nth-child(even) {
	background: var(--pink);
}

section.product_wrapper.sp .product_main:nth-child(even) .row {
	flex-direction: row-reverse;
}
.product_main {
	padding: 100px 0;
}

.product_img {
	width: 90%;
	position: sticky;
	top: 130px;
}

.navik-menu ul li {
	list-style: none;
}

.product_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.product_menu ul li a:hover h3 {
	color: #000;
}
.navik-header.header-shadow.navik-mega-menu.viewport-lg {
	padding: 14px 0;
}
.product_menu ul li {
	width: 220px;
	height: 180px;
	padding: 12px 0px;
	border: 1px solid #eeee;
	margin-right: 25px;
	/* background: #dbd7d7; */
	margin-bottom: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	overflow: hidden;
}
.product_menu ul li a {
	width: 180px;
	height: 180px;
}
.product_menu h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	color: var(--red);
}

.product_menu .mega-menu-box {
	margin-bottom: 0;
}

section.bredcum-section.single_product {
    height: 200px;
    background: var(--red);
    padding: 30px 0;
    color: #fff;
    background-repeat: no-repeat;
}
.more_details {
	width: 100%;
}
.more_details .row {
	justify-content: center;
	align-items: center;
}

.product_content p {
	margin-bottom: 22px;
}
.product-review a.main-btn {
	margin-top: 0;
	border-radius: inherit;
}


.product_content h3 {
	font-size: 20px;
	line-height: 30px;
	color: var(--red);
}

.more_details {
	width: 100%;
	border-top: 1px solid #d1d1d1;
	padding-top: 25px;
}

.contact_list {
	display: flex;
	justify-content: left;
	/* align-items: center; */
	/* border: 1px solid #e90a0a; */
	padding: 32px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: #eee;
	/* height: 210px; */
}
.person_image {
	width: 30%;
}

.person_contact {
	/* padding: 20px; */
	width: 100%;
	padding-left: 20px;
}

.person_contact h4 {
	font-weight: 500;
}
.person_contact h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #755c5c;
}

.person_contact p {
	font-size: 17px;
	margin-bottom: 8px;
}


.person_contact a {
	font-size: 17px;
}

.contact_info {
	background: #eeee;
	padding: 24px;
	border-top: 8px solid var(--red);
	position: sticky;
	top: 0;
}

.contact_info h2 {
	font-size: 25px;
	line-height: 35px;
	border-bottom: 2px solid var(--red);
	padding-bottom: 12px;
	margin-bottom: 24px;
	color: var(--red);
}

.contact_info ul li {
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 17px;
}
.contact_main {
	margin-bottom: 24px;
}
.form_main {
	width: 95%;
	padding: 18px;
	background: #eee;
}


.select-options {
	margin-top: 5px;
	display: none;
	position: absolute;
	z-index: 500;
	border: 1px solid #eee;
	background: #fff;
	width: 100%;
	padding: 22px;
	position: absolute;
	left: 0;
}

.select-list {
	background: #fff;
	padding: 12px;
	position: relative;
	    margin-top: -14px;
}

.select-options label {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 12px;
}

.form_main .form-control {
	padding: 12px 24px;
	margin-bottom: 34px;
	border-radius: 5px;
}

.form_main textarea.form-control {
	height: 120px;
	resize: none;
}
.form_main .form-control:focus {
	box-shadow: none;
	border: 1px solid var(--red);
}

.form_main .main_title {
	margin-bottom: 48px;
	border-bottom: 1px solid var(--red);
	width: 50%;
}
.navik-header.header-shadow.navik-mega-menu.viewport-lg {
	padding: 32px 0 14px;
	z-index: 9;
	    box-shadow: 1px 1px 4px 0px #ebebeb;
}
.vision_tabs a.nav-link:hover {
	border-bottom: 2px solid #fff !important;
	border: 1px solid transparent;
	/* transition: all 0.8s ease; */
}
.main_btn:hover {
	background: transparent;
	border: 1px solid var(--red);
	color: var(--red);
	transition: all 0.8s ease;
}
.main_btn {
	background: var(--red);
	display: inline-block;
	padding: 12px 44px;
	border: 1px solid transparent;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	transition: all 0.8s ease;
}
ul.contact li {
	margin-bottom: 12px;
}

section.recipes_main_wrapper.sp {
	padding-bottom: 60px;
}

.coming_main .main-title {
	margin-bottom: 0;
}
.person_contact a:hover {
	color: var(--red);
}

.recipe_item {
	margin-bottom: 48px;
}
.recipe_item iframe {
	width: 100%;
	height: 350px;
}


.top_nav {
	color: #ffff;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--red);
    width: 55%;
    height: 40px;
    z-index: 99;
    border-bottom-left-radius: 100px;
}

.top_header ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	margin-right: 150px;
	padding-top: 5px;
}
.top_header ul li:first-child {
    height: 30px;
    border-radius: 30px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 3px 8px !important;
}
.gt_float_switcher {
    box-shadow: none!important;
}
.top_header ul li {
	margin-right: 22px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.top_header ul li i {
	margin-right: 5px;
}
.top_header ul li a:hover {
	color: #ffdc0a;
	transition: all 0.8s ease;
}
.gt_float_switcher{
	    border-radius: 10px!important;
}
.gt_float_switcher img {
    width: 25px !important;
}
.header-shadow-wrapper{
	display:none;
}
.navik-header.header-shadow.navik-mega-menu.viewport-lg.sticky {
	padding: 22px 0;
}
.top_header ul li a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.blog_image img {
    height: 500px;
    object-fit: cover;
}
.blog_content {
	width: 70%;
	margin-top: 48px !important;
	margin: 0 auto;
}

.blog_content h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 32px;
	color: #8f8888;
}
.blog_content h1 {
	font-weight: 500;
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 12px;
}

.main_blogs img {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.main_blogs .news-content-box {
	background: #fafafa;
	padding: 24px;
	height: 200px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.main_blogs .news-content-box h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 12px;
	font-weight: 600;
	color: var(--red);
}

.main_blogs .news-content-box p {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 12px;
}

.news-content-box .bttn:hover{
	color:var(--red);
	transition: all 0.8s ease;
}
.news-content-box .bttn:hover::before {
	width: 100%;
	transition: all 0.8s ease;
}
.news-content-box .bttn:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--red);
	bottom: -5px;
}
.news-content-box .bttn {
	color: #000;
	font-weight: 500;
	position: relative;
	transition: all 0.8s ease;
}


.news-img-box:hover img {
	transition: all 0.8s ease;
	transform: scale(1.2);
	overflow: hidden;
}
.news-img-box img {
	transition: all 0.8s ease;
	transform: scale(1);
	overflow: hidden;
}
.news-img-box {
	overflow: hidden;
	transition: all 0.8s ease;
	transform: scale(1);
}
.news-box {
/* 	background: #fafafa; */
	height: 100%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.news-box .news-content-box h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 12px;
	font-weight: 600;
	color: var(--red);
}
.news-box .news-content-box {
	background: #fafafa;
	padding: 24px;
	/* 	height: 200px; */
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.news-box img {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}
.breadcum-title h2 {
	color: #ffff;
	position: relative;
}


.select-list:before {
	content: '\f13a';
	position: absolute;
	right: 30px;
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	top: 15px;
}
.flavour-img {
	padding: 30px 50px 12px;
	position:relative;
}
.flavour-img .swap-on-hover__front-image {
	z-index: 9999;
	transition: opacity .4s linear;
	cursor: pointer;
}

.flavour-container:hover > .flavour-img .swap-on-hover__front-image{
	opacity: 0;
}

.flavour-container:hover .flavour-img .swap-on-hover__back-image{
	opacity:1;
	transition: .6s linear;
}
.swap-on-hover__back-image {
	position: absolute;
	left: 0;
	top: -25px;
	opacity: 0;
	transition: .4s linear;
}
.flavour-title {
	position: relative;
}



/* Infrasturcture */
.infrasturcture_content {
	margin-bottom: 50px;
}
.infrasturcture_img_outer img {
	height: 350px;
	object-fit: cover;
}

/* Research & Development*/
.research_content {
	width: 90%;
}
.infra_heading h2 {
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	color: var(--red);
	margin: 50px 0px 20px 0px;
}
.infrasturcture_img_outer {
    margin-bottom: 1.5rem;
}
/* Team Management */
.team_management_left h3 {
	color: #000;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}





.flavour-box .row {
    justify-content: center;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid.form-control {
    border: 1px solid #ff0000;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.wpcf7-not-valid.form-control{
	border: 1px solid #ff0000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid.form-control{
	border: 1px solid #ff0000;
}

.select-list.required {
    border: 1px solid #ff0000;
}


section.coming_wrapper.sp .main-title {
    padding-bottom: 0;
}

.navik-header .logo img {
    width: 150px;
    max-height: 96px;
}


section.why_choose_wrapper.sp.products_main.sp h2.main_heading {
    color: var(--red);
}
section.why_choose_wrapper.products_main.sp {
    background-color: #fff;
}
section.why_choose_wrapper.sp.products_main .choose_item {
    background: #fff;
    padding: 34px;
    /* border-radius: 100%; */
    width: auto; 
    height: auto; 
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--red);
    border-radius: 24px;
    margin-bottom: 48px;
}

section.why_choose_wrapper.sp.products_main  .choose_icon {
    width: auto; 
    height: auto; 
    margin: 0 auto 24px;
}

.choose_icon {
    /* width: 70px; */
    /* height: 70px; */
    margin: 0 auto 24px;
}

.blog_image {
    border-radius: 24px;
    overflow: hidden;
}


.section .error {
    font-size: 150px;
    color: var(--red);
    text-shadow: 1px 1px 1px var(--red),2px 2px 1px var(--red), 3px 3px 1px var(--red), 4px 4px 1px var(--red), 5px 5px 1px var(--red), 6px 6px 1px var(--red), 7px 7px 1px var(--red), 8px 8px 1px var(--red), 25px 25px 8px rgba(0,0,0, 0.2);
}

.page-oop {
    margin: 2rem 0;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}


.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: var(--red);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}
.content_thank {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.content_thank h2 {
    margin: 30px 0 10px;
    color: var(--red);
}

.content_thank ul {
    list-style: none;
}
.content_thank h3 {
    color: #111111;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: normal;
}

.content_thank ul li a {
    font-weight: bold;
    color: var(--red);
}

.thank-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #111111;
}

.thank-info p {
    margin: 20px 0;
}


.recaptcha-main {
    margin-bottom: 24px;
}
/*event*/
section.events-inner {
    padding: 100px 0px;
}
 /* Gallery Section */
   .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 15px;
    padding: 100px 0px;
    max-width: 1200px;
    margin: 0 auto;
}
    .gallery-item {
      position: relative;
      overflow: hidden;
    }
/*float icon*/
.float-broucher-icon {
    position: fixed !important;
    top: 38%;
    bottom: auto;
    right: -5%;
    transform: rotate(90deg) !important;
    left: auto;
    z-index: 999;
    background: var(--red);
    padding: 20px;
    color: #fff;
}
.float-broucher-icon a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

    .gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

    .gallery-item:hover img {
      transform: scale(1.1);
    }

    /* Image Overlay */
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      transition: opacity 0.3s ease;
    }

    .gallery-item:hover .overlay {
      opacity: 1;
    }
.product-btn a.main-btn {
    margin-right: 20px;
}