@charset "UTF-8";

/*
Theme Name: kashishfood
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{text-decoration:none;}
:root {
  --color-theme-light: #0d6efd;   /* primary color */
  --color-theme-red: #E31E24;   /* secondary / dark */
  --color-theme-181818: #181818;
  --font-heading: "Instrument Sans", sans-serif;	
  --font-host: "Host Grotesk", sans-serif;
  --white-color: #ffffff;
  --color-black: #000000;
  --color-theme-FFF9E7: #FFF9E7;
}
body{
	font-family:var(--font-host);
	background: #E31E2410;
	color: var(--color-theme-181818);
font-size: 16px;
}
img {
	max-width: 100%;
    vertical-align:top;
}
h2{font-size:36px; font-weight:600; }

/**********Header********/
header {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	box-shadow: ;
}
#smooth-wrapper #smooth-content {
	padding-top: 90px; min-height:100vh;
}
nav {
	height:90px;
	background: none;
	padding:0 !important;
	background-color: none;
}
.custom-logo {
	height: auto;
	width: 100px;
}
header .bg-light {
	background-color: transparent !important;
}
.header-fixed .navbar {
	background: #fff !important;
	box-shadow: 0px 0 4px 2px #dddddd50;
}

.navbar-brand {
	padding: 0 !important;
	height: 90px;
}
.navbar-expand-lg {
	align-items: start;
}
.header-button a {
	height: 40px;
	font-size: 14px;
	background: var(--color-theme-181818);
	font-weight: 500;
	color: var(--white-color);
	border: 1px solid var(--color-theme-181818);
	font-family: var(--font-heading);
	display: flex;
	align-items: center;
	padding: 9px 21px;
}
.header-button a:hover{background: var(--color-theme-red); border-color: var(--color-theme-red);}
#menu-topmenu {
	display: flex;
	gap: 30px;
}

.navbar-nav li a {
	font-size: 16px;
	color: var(--color-black);
}
.navbar-nav li.current-menu-item a, .navbar-nav li a:hover{
	color: var(--color-theme-red);
}
/******hero***section*********/
.hero-section{padding:70px 0 0}
.banner-detail {
	background: #E31E2410;
	border-radius: 24px 0 0 24px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	min-height: 450px;
}
.banner-detail h4 {
	font-family: var( --font-heading);
	font-size: 36px;
	line-height: 44px;
	/* font-weight: 600; */
}
.banner-s-icon {
	width: 100px;
	position: relative;
	left: -5px;
	margin-bottom: 10px;
	display: none;
}
.total-p h4 {
	font-weight: 700;
	color: var(--color-theme-red);
	font-size: 30px;
	line-height: 1.2em;
	margin: 0;
}
.total-p h6 {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding-left: 10px;
}
.hero-section .ratio {
	height: 450px;
}
.hero-section video {
	height: 450px;
	background: #E31E2410;
	border-radius: 6px 30px 6px 30px;
	overflow: hidden;
	padding: 8px;
	object-fit: cover;
}
.banner-heading {
	padding-top: 0px;
	padding-bottom: 70px;
}
.banner-heading h1 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: var( --font-heading);
	line-height: 1.3em;
}
.banner-heading h1 span{color: var(--color-theme-red);}
.banner-heading p {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}
.banner-left-detail-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
/***********product*******/
.home .hr-bg-parallax{display:none;}
.category-section {
	padding: 80px 0px 80px;
	background: #ffffff;
}
.category-section h2 {
	margin-bottom: 60px;
	text-align: center;
	font-weight: 900;
	font-family: var( --font-heading);
}
.category-slider img {
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
}
.Product-cat-inner h3, .marquee-item h3 {
	font-weight: 900;
	text-align: center;
	font-size: 20px;
	color: var(--color-theme-181818);
	margin-top: 10px;
	/* text-transform: uppercase; */
}
.Product-cat-inner h3 a, .marquee-item h3 a {
	color: var(--color-theme-181818);
}
.Product-cat-inner h3 a:hover, .marquee-item h3 a:hover{color:var(--color-theme-red);}
.marquee-item{margin:0 12px;}
.cat-repeat-wrap {
	flex-flow: column;
	display: flex;
	overflow:hidden;
}
.marquee-item img {
	width: 290px;
	height: 250px;
	border-radius: 10px;
	object-fit:cover;
	
}

.marquee-container {
	display: flex;
}
.marquee-container.bottom-row {
	margin-top: 20px;
}
.marquee-track {
	animation: tickerForwards 90s linear infinite;
	flex: none;
	display: flex;

}
@keyframes tickerForwards {
  from {
    transform: translate3d(0%, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}



@keyframes tickerBackwards {
  from {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0%, 0, 0);
  }
}

.marquee-container.bottom-row .is-reverse {
  animation: tickerBackwards 100s linear infinite;
}
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}
/******about-section*********/
.about-section{background: var( --color-theme-FFF9E7); padding:80px 0;}
.about-c-main {
	padding: 0 30px;
}
.about-c-main h6, .small-heading {
	display: inline;
	background: rgba(227, 30, 36, 0.1);
	padding: 4px 15px;
	font-size: 16px;
	color: var(--color-theme-red);
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Instrument Sans", sans-serif;
}
.about-c-main h2 {
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	margin: 20px 0;
	font-family: "Instrument Sans", sans-serif;
}
#pills-tab {
	/*background: linear-gradient(180deg, rgba(244, 217, 135, 0.49) 0%, #FFF9E7 100%);*/
	justify-content: space-around;
	border-radius: 4px;
	position:relative;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: transparent;
	color: var(--color-theme-red);
	font-weight: bold;
}
.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
	color: var(--color-theme-181818);
	padding: 15px 10px;
	font-size:18px;
}
.color-theme {
	color: var(--color-theme-red);
}
/******Category********Section******/
.category-section-main{
	padding: 0px;
	display: flex;
}
.category-left-image {
	width: 50%;
	height: 100vh;
}
.category-left-image img {
	width: 100%;
	height: 100vh;
	object-fit:cover;
}
.product-category-right {
	width: 50%;
	padding: 50px;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}
.product-category-right h2 {
	font-size: 36px;
	color: var(--color-theme-red);
	margin: 20px 0;
	max-width: 380px;
}
.product-category-right p {
	font-size: 18px;
	padding-right: 30%;
}
.product-category-right h4 {
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 0px;
}
.btn {
	font-weight: bold;
	border: 1px solid var(--color-theme-181818);
	background: var(--color-theme-181818);
	color: #fff;
	padding: 7px 25px;
}
.btn:hover{background: var(--color-theme-red); border-color: var(--color-theme-red); color: #ffffff;}




.image {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-top: 2.5rem;
}

.sec-c {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}


.section-inner {
  height: 100vh;
  overflow: hidden;
  display: flex;
  
  align-items: center;
  width:100%;
}
.section.sec-c.section-1, .section.sec-c.section-3, .section.sec-c.section-5, .section.sec-c.section-7, .section.sec-c.section-9, .section.sec-c.section-11{background:#f1f1f1;}
.section.sec-c.section-2, .section.sec-c.section-4, .section.sec-c.section-6, .section.sec-c.section-8, .section.sec-c.section-10, .section.sec-c.section-12{background:#fff;}
/***************************/
.philosophy-section{background:#fff; padding:80px 0;}
.philosophy-section h2 {
	margin: 12px 0 9px;
}
.philosophy-inner {
	border: 2px solid #00000014;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px;
	margin-bottom: 0;
	min-height: 237px;
	width: 100%;
}
.philosophy-left .philosophy-inner {
	height: 100%;
}
.col-sm-4.philosophy-center {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.partner-section {
	padding:30px 0;
	background: #DCCFF2;
	text-align: center;
}
.col-sm-4.philosophy-right {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
/*****************/
.partner-section1 {
	/* background: #ddd; */
	background: #fff;
	padding: 80px 0 20px;
}
.recipe-section, .gallery-section {
	padding: 70px 0; 
}
.home .recipe-section, .home .gallery-section {
	display: none !important;
}
.recipe-inner {
	border: 1px solid #E5E1DC;
	padding: 15px;
	border-radius: 10px;
	background: #ffffff;
	text-align:left;
}
.recipe-inner h4 {
	margin: 20px 0 11px;
}
.recipe-inner h4 a {
	font-size: 24px;
	color: var(--color-theme-181818);
	font-weight: bold;
}
.recipe-inner h6 {
	font-size: 12px;
	color: var(--color-theme-red);
	text-transform: uppercase;
}

.recipe-image img {
	height: 210px;
	object-fit: cover;
	border-radius: 5px;
}



.gallery-section .row,
.gallery-section .section,
.gallery-section section {
  position: relative;
  overflow: hidden;
}
.gallery-section .section,
.gallery-section section {
  text-align: center;
}



.horiz-gallery-strip,
.horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

.project-wrap {
	width: 370px;
	padding: 0 10px;
	box-sizing: content-box;
}
.project-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}


/******************************/

.hr-home-booking {
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:130px 20px
}
.hr-booking-overlay {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgb(0 0 0 / .45);
  z-index:1
}
.hr-booking-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 900px;
}
.hr-booking-title {
  font-size:56px;
  font-weight:600;
  line-height:1.3;
  margin-bottom:20px
}
.hr-booking-title span {
  color:#d4a04a
}
.hr-booking-subtitle {
  font-size:18px;
  line-height:1.8;
  margin-bottom:20px!important;
  color:#e6e6e6;
  max-width:800px;
  margin:0 auto
}
.hr-booking-btn {
  display:inline-block;
  background:#0e615d;
  padding:14px 32px;
  border-radius:50px;
  font-size:18px;
  text-decoration:none;
  color:#fff;
  transition:0.3s ease
}
.hr-booking-btn:hover {
  background:#0b4f4c
}
.hr-booking-content h2 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 75px;
	letter-spacing: 0em;
	line-height: 1.34em;
}
.hr-booking-content h2 span {
  color:var(--color-2)
}
.hr-bg-parallax {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 2;
	padding-top: 144px;
	padding-bottom: 144px;
}
.background_overlay {
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  z-index:0;
  background-color:rgb(0 0 0 / .7)
}
.rx-contact-text {
  padding-top:40px;
  padding-left:140px
}
/*********about-page**********/
/*.hero-about {
	background: linear-gradient(159.34deg, #B4ECEF 3.6%, #E5FEFF 68.54%);
}*/
.about-banner-left {
	padding: 50px 7%;
}
.about-banner-detail h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.4em;
}
.about-banner-detail h1 span {
	background: #FEDB54;
	padding: 1px 10px;
}
.about-banner-right {
	position: relative;
}
.banner-truck {
	position: absolute;
	width: 400px;
	left: -120px;
	bottom: -1px;
}
.about-detail-section {
	padding: 80px 0;
	background: #fff;
}
.about-content p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	/* background: #fff; */
}
.about-banner-right{line-height:0;}
.about-banner-right .ratio {
	height: 500px;
}
.about-banner-right  video {
	height: auto;
	object-fit: cover;
}
.about-banner-right  .carousel-text {
   
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.about-banner-right .owl-item.active .carousel-text {
    opacity: 1;
}
/*******timeline*********/
.about-timeline-sec {
	background: #FFF9E7;
	padding: 80px 0;
}
#pills-tabContent {
	padding: 80px 0 0;
}
.timeline-content {
	padding-left: 100px;
}
#pills-tab::after {
	content: "";
	display: block;
	position: absolute;
	background: #F2E1AF;
	width: 100%;
	height: 6px;
	border-radius: 5px;
	bottom: -26px;
}
.nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%; /* jitni underline chahiye */
  height: 6px;
  background: linear-gradient(90deg, #F2E1AF 0%, #D21818 46.63%, #F2E1AF 96.15%);
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.nav-tabs .nav-link {
  width: 100%;
	position:relative;
}
.timeline-sec ul li button {
	display: block;
	text-align: center;
	width: 100%;
		position:relative;
}
.timeline-sec #pills-tab li button::before {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	width: 30px;
	height: 30px;
	background: #F2E1AF;
	border-radius: 50%;
	bottom: -38px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}
.timeline-sec #pills-tab li button.active::before{background: #D21818;}
.timeline-sec .tab-pane.fade {
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: translateY(10px);
}

.tab-pane.fade.show {
    transform: translateY(0);
}

/**********what-we-do-sec**********/
.what-we-do-sec {
	padding: 60px 0;
	background: linear-gradient(180deg, #FFFFFF 0%, #E7E0FE 100%);
}
.what-we-do-left h2 {
	max-width: 540px;
	font-family: "Instrument Sans", sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
.what-we-do-left h2 span{color: var(--color-theme-red);}
.what-we-do-left h6 {
	max-width: 700px;
	font-size: 18px;
	margin-bottom: 30px;
}
.what-we-do-left ul{padding:0;}
.what-we-do-left li {
	list-style: none;
	border-bottom: 1px solid #0000001A;
	max-width: 700px;
	font-size: 20px;
	padding: 10px 0;
	font-weight: 600;
}
.what-we-do-left li:last-child{border:none;}
.what-we-do-left li span{color: var(--color-theme-red);}
.col-sm-4.what-we-do-right {
	text-align: center;
}
.what-we-do-right img {
  max-width: 354px;
  width: 100%;
}
.what-we-do-right {
 background-repeat: no-repeat;
 text-align:center;
 animation: bgFloat 4s ease-in-out infinite;
}

@keyframes bgFloat {
  0%   { background-position: center center; }
  50%  { background-position: center 30%; }
  100% { background-position: center center; }
}
.where-we-are-sec{padding:80px 0; background; #FDF9E9;}
.where-we-are-sec .container img.swipeimage {
	position: absolute;
	top: -61px !important;
	right: 80px !important;
	width: 150px;
	height: 200px;
	object-fit: cover;
	transform: none !important;
	z-index: 9;
	opacity: 0;
	visibily: hidden;
	pointer-events: none;
	border-radius: 10px;
	rotate: -13deg !important;
}
.where-we-are-sec .container.even-item img.swipeimage  {
  rotate: -13deg !important;
}

.where-we-are-sec .container.odd-item img.swipeimage  {
  rotate: 13deg !important;
}
.where-we-are-sec h2 {
	text-align: center;
	font-size: 50px;
	color: var(--color-theme-red);
	margin-bottom: 24px;
}
.where-we-are-sec h4 {
	text-align: center;
	margin-bottom: 30px;
}
.where-we-are-sec h6 {
	text-align: center;
	color: var(--color-theme-red);
	margin-bottom: 30px;
}
.where-we-are-sec ul li {
	background: #E8E1FE;
	width: 100%;
	max-width: 100%;
	min-height: 103px;
	margin-bottom: 20px;
	display: flex;
	border-radius: 5px;
}


.where-we-are-sec ul li.container {
	display: flex;
	border-bottom: 2px solid var(--color-surface25);
	width: 100%;
	padding: 2rem;
	position: relative;
	align-content: center;
	align-items: center;
	padding-right:250px;
}
.where-we-are-sec ul li h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom:0;
}

.where-we-are-sec {
	display: flex;
	align-items: center;
	justify-content: stretch;
	
	overflow: hidden;
	font-size: 0.8em;
	background: #FDF9E9;
}
.where-we-are-sec ul li:hover {
	background: linear-gradient(90deg, #E31E24 0%, #E8E1FE 100%);
	color: #fff;
}
.performance-right {
	padding-left: 10%;
}
.performance-list ul{
	list-style: none;
	padding: 0;
	line-height: 1.8rem;
	margin: 0;
}
.performance-right h5 {
	font-weight: 600;
	font-size: 24px;
}
.where-we-are-sec h2 span{position:relative;}
.where-we-are-sec h2 span::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -17px;
  bottom: -18px;
  height: 30px;

  background: url('https://kashishfood.co.nz/wp-content/uploads/2026/01/Vector-9.svg') no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;

 animation: floatUnderline 3.5s ease-in-out infinite;
}

@keyframes floatUnderline {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

/*******whyus***********/
.why-choose-us-three {
	padding:80px 0;
	background:#fff;
}
.section-title {
	/* max-width: 600px; */
	margin: 0 auto 60px;
	text-align: center;
}
.why-choose-us-three  h2, .Partnerships-logos h2 {
	
	text-align: center;
	font-size: 50px;
	color: var(--color-theme-red);
	margin-bottom: 24px;
}
.why-choose-us-three h2 span, .Partnerships-logos h2 span {
	position: relative;
}
.why-choose-us-three h2 span::after, .Partnerships-logos h2 span:after {
	content: "";
	position: absolute;
	left: -5px;
	right: -17px;
	bottom: -18px;
	height: 30px;
	background: url('https://kashishfood.co.nz/wp-content/uploads/2026/01/Vector-9.svg') no-repeat;
	background-size: 100% 100%;
	background-position: 0% 50%;
	animation: floatUnderline 3.5s ease-in-out infinite;
}
.single-choose-three h3 {
	font-size: 20px;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
	color: var(--color-theme-red);
}
.choose-img-three.four {
	padding: 30px;
	position: relative;
}
.choose-img-three.four img.image-animation {
	-webkit-animation: rotation 50s infinite linear;
	animation: rotation 50s infinite linear;
}
.choose-content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.choose-content-wrap .choose-content-four {
	text-align: center;
	width: 150px;
}
@keyframes softCircle {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(15deg) translateX(6px);
  }
  50% {
    transform: rotate(0deg) translateX(0);
  }
  75% {
    transform: rotate(-15deg) translateX(-6px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}

.choose-img-three.four img.image-animation{
  animation: softCircle 15s ease-in-out infinite;
}
@media (max-width:768px) {
  .hr-booking-title {
    font-size:38px
  }
  .hr-booking-subtitle {
    font-size:16px
  }
  .hr-home-booking {
    padding:80px 20px
  }
}
@media(max-width:576px) {
  .hr-home-staff {
    padding:40px 0;
    background:#f7f3f3
  }
}
/* Footer css */

.footer-inner {
  position: relative;
  padding-bottom: 60px;
}
.header-image img {
  max-width: 166px;
  max-height: 166px;
  padding-bottom: 44px;
}
footer {
	background: #181818;
	box-shadow: 0px -2px 40.7px 0px #00000040;
	background-image: url("assets/images/footer-bg.png");
	background-size: 100% 100%;
}

.footer-content h2 {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 0;
}
.contact-detail {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	margin-bottom: 20px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.contact-detail li {
	list-style: none;
	display: flex;
	column-gap: 6px;
	align-items: center;
}
.contact-detail li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
}
.footer-social-icon {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.footer-social-icon li a:hover {
  background: #000;
}
.footer-social-icon li a:hover svg path {
  fill: #fff;
}
.footer-social-icon li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.footer-social-icon li {
  list-style: none;
}
.footer-social-icon li a svg path {
  fill: #820000;
}
.footer-left {
	padding-left: 7%;
	padding-bottom: 40px;
}
.footer-copyrights {
	padding: 20px 0px;
	text-align: center;
	border-top: 1px solid #FFFFFF20;
	background: #181818;
}
.footer-copyrights p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}
.footer-category h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFFC;
  max-width: 175px;
}
.footer-category {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer-menu ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.footer-menu li {
  list-style: none;
}
.footer-menu ul li a:hover {
	color: var(--color-theme-red);
}
header .navbar-toggler-icon {
	background-image: none;
}
.logo-repeat {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: center;
}
.loge-item {
	max-width: 17%;
	padding: 40px 20px;
	text-align: center;
	justify-content: center;
}
.map-footer iframe {
	height: 100% !important;
	max-height: 100% !important;
	border-radius: 10px;
	overflow: hidden;
	border: 4px solid rgb(255, 255, 255) !important;
}
/******Productpage********/
body.page-template-page-products-php, body.page-template-page-recipes, .page-template-page-locations{background: #E31E2440;}
.page-template-page-products-php header nav, .page-template-page-recipes header nav, .page-template-page-locations nav{background: none !important;}
.inner-banner{text-align:left;}
.inner-banner {
	padding: 100px 0;
}
.inner-banner h1 {
	font-size: 36px;
	max-width: 530px;
	text-align:left;
}
.inner-banner h1 span {
	background: #e31e2495;
	color: #fff;
	padding: 0px 9px;
	position: relative;
	top: 12px;
}
.product-filters ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0px 50px;
	margin: 0;
	gap: 13px;
	list-style: none;
}
.product-filters ul li a {
	border: 1px solid var(--color-black);
	padding: 7px 20px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	min-width: 88px;
	text-align: center;
	transition: all 0.3s ease;
	background: var(--color-theme-181818);
}
.product-filters ul li a.active {
	background: var(--color-theme-red);
	border-color: var(--color-theme-red);
}
.products-section {
	padding-bottom: 60px;
	background: #fff;
	position: relative;
}
.products-section::before {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	position: absolute;
	background: #f7c6c8;
	left: 0;
	width: 100%;
	top: 0;
	height: 230px;
}
.products-section .container{position:relative;}
.products-section .marquee-item {
	padding: 0 15px;
	width: 25%;
	text-align: center;
	margin: 0 0 25px;
}
.products-section .marquee-item img {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	object-fit: cover;
}
.product-filters ul li a:hover {
	background: var(--color-theme-red);
	border-color: var(--color-theme-red);
	color: #fff;
}
/******ProductDetail***page******/
.single-products #smooth-wrapper #smooth-content {
padding-top: 0;
}
.single-products header {
	position: fixed;

}
.product-hero {
  display: flex;
  height: 100vh;
	
}

.product-media {
  width: 60%;
  overflow: hidden;
}

.media-inner img {
  width: 100%;
  display: block;
  margin-bottom: 0px;
	height: 100%;
	min-height: 800px;
	-o-object-fit: cover;
	object-fit: cover;

}

.product-content {
	width: 40%;
	padding: 120px 8%;
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: auto;
}

.next-section {
  height: 100vh;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.product-content h5 {
	text-align: center;

	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.product-content h2.p-title {
	text-align: center;
	color: #fff;
	font-weight: 900;
	letter-spacing: 1px;
	font-family: "Instrument Sans", sans-serif;
	font-size: 52px;
	margin: 9px 0 40px;
	
}
.find-btn {
	background: var(--color-theme-181818);
	color: #fff;
	width: 100%;
	display: block;
	border-radius: 4px;
	text-align: center;
	padding: 10px 15px;
	margin: 10px auto 26px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	max-width: 100%;
}
.find-btn:hover {
	background: var(--color-theme-red);
}
.accordion {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.accordion-button {
	background: none !important;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 12px 0;
}
.accordion-button:focus {
	outline: 0;
	box-shadow: none;
}
.accordion-button::after {
	filter: invert(1);
}
.accordion-item {
	background: none;
	border: none !important;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: transparent !important;
	box-shadow: none;
}
.accordion-item {
	color: #fff;
padding:0;
}
.accordion-body {
	padding: 10px 0;
	border-bottom: 1px solid #ffffff30;
}
.accordion-flush > .accordion-item:last-child .accordion-body {
	border: none;
	padding: 0;
}
.accordion-item.icon-dark .accordion-button::after {
	filter: none !important;
}
.accordion.icon-dark {
	border-top-color: #000;
	border-bottom-color: #000;
}
.accordion.icon-dark .accordion-body {
	border-bottom-color: #00000020;
}
.about-banner-right{padding-right:0;}
.marquee-inner {
	background: #f7f7f7;
	padding: 15px;
	border-radius: 10px;
	text-align: left;
}
.recipes-section .marquee-item h3 {
	margin: 15px 0 30px;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-theme-red);
}
.recipes-section .marquee-item h3 a{
	color: var(--color-theme-red);
}
.recipes-section .btn {
	font-size: 12px;
	padding: 4px 10px;
	letter-spacing: .2px;
	/* text-transform: uppercase; */
}
.recipe-time {
	font-size: 14px;
	font-weight: normal;
}
/******contact-page*******/
.contact-section {
	background: #ffffff;
	padding: 80px 0 !important;
	position: relative;
}
.form-control {
	height: 44px;
}
textarea.form-control {
	height: 100px;
	resize: none;
}
.form-control:focus {

	border-color: inherit;

	box-shadow: none;
}
.wpcf7 form .wpcf7-response-output {
	border: none;
	padding: 0;
	margin:0;
}
.contanct-banner p{max-width:550px; margin-top: 15px;}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.contact-list .contact-detail {
	flex-direction: row;
	gap: 21px;
	color: #000;
}
.contact-list .contact-detail li a {
	color: #000;
	font-size: 18px;
}
.color-theme{color: var(--color-theme-red);}
.page-template-page-contact {
	background: #E31E2440;
}
.contact-list.contact-center {
	border-top: 1px solid #ddd;
	padding-top: 37px;
}
.wpcf7-form.init {
	background: #E31E2410;
	padding: 50px;
	border-radius: 10px;
	backdrop-filter: blur(15px);
	/* border: 8px solid #ffffff50; */
}
.contact-list h4 {
	font-family: var(--font-heading);
	font-weight: 900;
}
.contanct-banner.inner-banner h1 {
	font-size: 48px;
	max-width: 650px;
	text-align: left;
margin-bottom: 30px;
}
.contanct-banner p {
	max-width: 650px;
	margin-top: 15px;
	font-size: 18px;
}
.fact-aside h3 {
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.own-image {
	width: 80px;
}
.own-image.accordion{
	border: none;
}
.icon-darknew img {
	filter: brightness(0);
}
.modal-body .wpcf7-form.init {
	background: none;
	padding: 0;
}
/********single-recipes*********/
.single-recipes {
	background: #fff;
	
}
.recipes-hero {
	padding-top: 50px;
}
.recipes-hero h1 {
	text-align: left;
	color: #fff;
	font-weight: 900;
	letter-spacing: 1px;
	font-family: "Instrument Sans", sans-serif;
	font-size: 48px;
	margin: 9px 0 20px;
}
.recipe-l-inner{
	background: #404243;
  border-radius: 10px;
  display: flex;
  
  align-items: end;
  padding: 40px;
  height:660px;
}
.recipe-l-inner ul {
	padding: 0;
	
	list-style: none;
	margin: 0;
}
.recipe-l-inner ul span, .recipe-l-inner ul strong  {
	font-weight: 700;
	margin-right: 4px;
}
.recipe-right img {
	height: 660px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.recipe-content{
	background: #f1f1f1;
	margin: 80px 0 0;
	padding:80px 0;
}
.recipe-content h3 {
	font-family: "Instrument Sans", sans-serif;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 1px;
	color: #ffffff;
}
.ing {
	background: var(--color-theme-red);
	border-radius: 10px;
	color: #fff;
	padding: 30px;
}
.ing ul {
	padding: 0 13px;
}
.ing ul li {
	margin-bottom: 12px;
	list-style: disc;
}
.container-d {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}
.container-d h3{color:#000;}

.ingredients-left {
    will-change: transform;
}
.recipe-video iframe {
	width: 100%;
	height: 370px;
	margin-top: 40px;
}
@media(max-width:1400px){
	.banner-heading h1 {
	font-size: 32px;
}
	.product-category-right h2 {
	font-size: 45px;
	/* color: var(--color-theme-red); */
	margin: 20px 0;
}
h2 {
	font-size: 34px;
	font-weight: 600;
}
.about-banner-left {
	padding: 50px 5% 50px 9%;
}
.product-content {
	padding: 100px 5%;
}
	
}
@media (max-width: 1330px) {
  .about-banner-left {
    padding: 50px 5% 50px 6%;
  }
}
@media(max-width:1199.98px){
	#menu-topmenu {
	display: flex;
	gap: 15px;
}
	.navbar-nav li a {
	font-size: 15px;
	color: var(--color-black);
}

	.product-category-right h2 {
	font-size: 38px;
	/* color: var(--color-theme-red); */
	margin: 20px 0;
}
	h2 {
	font-size: 29px;
	font-weight: 600;
}
.philosophy-inner img {
	object-fit: cover;
}	
.hero-section .row {
	row-gap: 0;
}

	.hr-booking-content h2 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 55px;
	letter-spacing: 0em;
	line-height: 1.34em;
}
	.category-section-main {
	flex-direction: column;
}
	.category-left-image {
	width: 100%;
}
	.product-category-right {
	width: 100%;
	padding-bottom: 0;
}
	.footer-inner .row {
	row-gap: 20px;
}
.category-left-image img, .category-left-image, .section-inner, .sec-c {
	height: 450px;
}
	.product-category-right {

	padding: 30px;
	
}
	.product-category-right p {
	font-size: 16px;
	padding-right: 0;
}
.product-category-right h2 {
	font-size: 24px;
	/* color: var(--color-theme-red); */
	margin: 11px 0 5px;
}
	.about-c-main h6, .small-heading {
	padding: 4px 15px;
	font-size: 14px;
}
	.product-category-right h4 {
	font-size: 14px;
	margin-bottom: 30px;
	
}
	.marquee-item img {
	width: 250px;
	height: 170px;

}
	.Product-cat-inner h3, .marquee-item h3 {

	font-size: 16px;

}
	.banner-detail h4 {

	font-size: 26px;
	line-height: 36px;

}
	.hero-section video, .hero-section .ratio {
	height: 380px;

}
.banner-detail {
	min-height: 380px;
}
	.banner-heading p {
	font-size: 16px;

}
	.project-wrap {
	width: 300px;

}
	.project-wrap {
	width: 280px;
	padding: 0 5px;
	
}
	.recipe-image img {
	height: 170px;
	
}
	.recipe-inner h4 a {
	font-size: 20px;

}
	.about-banner-detail h1 {
	
	font-size: 36px;
	
}
	.banner-truck {

	width: 260px;
	left: -70px;
	}
	.about-content p {
	font-size: 16px;
	
	margin-bottom: 20px;
	
}
.about-detail-section {
	padding: 50px 0 30px;

}
	.nav-pills .nav-link {
	padding: 15px 8px;
	font-size: 14px;
}
	.timeline-sec #pills-tab li button::before {

	width: 20px;
	height: 20px;

	bottom: -33px;

}
	.timeline-content {
	padding-left: 50px;
	}
	.what-we-do-left li {

	font-size: 16px;
	padding: 13px 0;

}
	.what-we-do-sec{
	padding: 40px 0 30px;
	
}
	.where-we-are-sec h2 {

	font-size: 36px;

}
	.where-we-are-sec h4 {

	margin-bottom: 10px;
	font-size: 16px;
}
	.where-we-are-sec ul li {
	
	min-height: 80px;
	margin-bottom: 10px;
	
}
	.where-we-are-sec ul li h3 {
	font-size: 18px;

}
	.about-timeline-sec {
	
	padding: 40px 0 60px;
}
	.performance-right {
	padding-left: 20px;
}
	.single-choose-three h3 {
	font-size: 16px;
}
.why-choose-us-three {
	padding: 40px 0;
}
	.loge-item {

	padding: 50px 10px;

}
	.products-section .marquee-item {
	padding: 0 10px;
	width: 33.33%;
}
.product-filters ul {
	padding: 0 0px 40px;
	gap: 10px;
}
.product-filters ul li a {
	padding: 5px 10px;
	min-width: 70px;
	font-size: 14px;
}
	.inner-banner {
	padding: 60px 0 70px;
}
 .product-media {
    width: 55%;
  }
.product-content {
	width: 45%;

}
	.product-content h2.p-title {

	letter-spacing: 0px;

	font-size: 36px;
	margin: 9px 0 30px;
}
.about-banner-right .ratio {
	height: 400px;
}
	.about-banner-left {
	padding: 50px 3% 50px 4%;
}
	.about-banner-detail h1 {
	font-size: 30px;
}
}
@media(max-width:991.98px){
header .navbar-toggler {
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.navbar-toggler:focus {
  box-shadow: none;
  outline: none !important;
}
.navbar-toggler {
  border: none;
}
.navbar-collapse {
	z-index: 999;
	background: #fff;
	position: absolute;
	border-radius: 0 0 10px 10px;
	padding: 30px 20px 20px;
	top: 89px;
	left: 0;
	right: 0;
	text-align: center;
}
	.custom-logo-link {
	position: relative;
	z-index: 99999;
}
.about-banner-left {
	padding: 80px 20px 60px;
	max-width: 740px;
	margin: 0 auto;
}
	.about-banner {
	height: auto;
	width: 100%;
	object-fit: cover;
}
	
	.banner-truck {
	width: 260px;
	right: 0;
	top: -206px;
	bottom: inherit;
	left: inherit;
}
	.about-banner-detail {
	padding-right: 180px;
}
	.why-choose-us-three h2, .Partnerships-logos h2 {

	font-size: 36px;

}

	.what-we-do-left li {
	font-size: 16px;
	padding: 10px 0;
}
	.what-we-do-left h6 {

	font-size: 18px;
	margin-bottom: 10px;
}
	.where-we-are-sec {
	padding: 50px 0;
}
	.where-we-list {
	padding-left: 0;
}
	.where-we-are-sec h4, .where-we-are-sec h6, .single-choose-three h3 {

	font-size: 18px;
}
.choose-img-three.four img.image-animation {
	max-width: 70%;
	margin: 0 auto;
	display: inherit;
}
	.where-we-are-sec ul li.container{padding-right:2rem;}
	.hero-section .row .banner-left {
	order: 2;
}
.map-footer iframe {
	height: 350px !important;
	max-height: 100% !important;
	width: 100%;
}
	footer{background-image: none;}
	.inner-banner {
	padding: 40px 0 70px;
}
	.product-filters ul li a {
	padding: 5px 14px;
	min-width: 80px;
	font-size: 16px;
}
.products-section .marquee-item img {
	height: 200px;
}
.products-section .marquee-item {
	width: 50%;
}
.products-section .marquee-item img {
	height: 230px;	
}
.products-section {
	padding-bottom: 30px;
}
	.inner-banner h1 {
	font-size: 30px;
	max-width: 446px;
	
}
	.navbar-nav li a {
	font-size: 18px;
	
}
.product-media, .product-content {
	width: 100%;
}
	.product-hero {
	
	height: auto !important;
	flex-wrap: wrap;
}
.media-inner img {

	height: auto;
	min-height: auto;

}
	.single-products header {
	position: fixed;
}
	.product-content {
	padding: 80px 15px;
		height: auto;
}
	.p-c-inner {
	width: 400px;
	margin: 0 auto;
	max-width: 100%;
}
	.about-banner-right {
	padding-right: 0;
	padding-left: 0;
}
	.contact-left, .contact-right{
	width: 100%;
}
	.contact-section {

	padding: 50px 0 !important;

}
	.wpcf7-form.init {
	
	padding: 30px;
	
}
	.contanct-banner.inner-banner h1 {
	font-size: 30px;

}
}
@media(max-width:767.98px){
	.hr-booking-content h2 {
	font-size: 45px;
}
	.marquee-container.bottom-row {
	margin-top: 10px;
}
	.marquee-item {
	margin: 0 5px;
}
	.marquee-item img {
	width: 200px;
	height: 150px;
}
.Product-cat-inner h3, .marquee-item h3 {
	font-size: 14px;
}
	.hero-section {
	padding: 0px 0 30px;
	position: relative;
	z-index: -1;
}
	.hero-section .banner-right {
	padding: 0;
}
	.hero-section .ratio {
	height: 400px;
}
	.banner-heading h1 {
	font-size: 44px;
	max-width: 265px;
}
.hero-section video {
	height: 400px;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	padding: 0;
	object-fit: cover;
}
	.banner-detail {
	border-radius: 15px;
	min-height: 370px;
		margin-top: 20px;
}
	.project-wrap {
	width: 90vw;
	padding: 0 10px;
	box-sizing: border-box;
}
.section-inner {
	align-items: start;
	width: 100%;
	flex-wrap: wrap;
}

	.total-p h4 {
	
	margin-bottom: 10px;
}
.banner-left-detail-inner {

	justify-content: space-between;
}
	.category-left-image img, .category-left-image{height:350px;}
	
	
	.section-inner, .sec-c {

	height: auto !important;
}
	.product-category-right {
	padding: 30px 20px;
}
	#bhmportfolio{display:none;}
	.recipe-section{display:block;}
	.about-banner-detail {
	padding-right: 0;
}
.about-banner-detail h1 {
	font-size: 24px;
}
	.banner-truck {
	width: 180px;
	top: -143px;
	
}
	.about-banner-detail h4 {
	font-size: 18px;
}
.about-banner-left {
	padding: 80px 20px 40px 20px;
	max-width: 100%;
	margin: 0 auto;
}
	.what-we-do-right img {
	max-width: 280px;
	width: 100%;
}
.what-we-do-right {
	background-size: 90% !important;
}	
	.where-we-are-sec h2 {
	font-size: 30px;
}
	.where-we-are-sec ul li {
	min-height: auto;
	margin-bottom: 10px;
	padding: 15px !important;
}
	.where-we-are-sec ul li .swipeimage {
	display: none !important;
}
	.performance-image {
	display: none;
}
.why-choose-us-three {
	padding: 40px 15px 10px;
	text-align: center;
}
	.why-choose-us-three h2, .Partnerships-logos h2 {
	font-size: 30px;
}
	.why-choose-us-three h2 span::after, .Partnerships-logos h2 span:after {
	left: -4px;
	right: 0px;
}
	.choose-content-wrap .choose-content-four {
	
	width: 80px;
}
	.choose-img-three.four img.image-animation {
	max-width: 260px;
	
}
.timeline-content {
	padding-top: 20px;
	padding-left: 15px;
}
	.about-timeline-sec {
	padding: 40px 0 20px;
}
	#pills-tab {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
	#pills-tab::after {

	height: 7px;

	bottom: 23px;
}
	.nav-pills .nav-link {
	padding: 7px 8px;
	font-size: 16px;
}
.timeline-sec #pills-tab li button::before {
	width: 15px;
	height: 15px;
	bottom: -30px;
}
	#pills-tab {
	padding-bottom: 50px;
}
	#pills-tabContent {
	padding: 20px 0 0;
}
#pills-tab::after {
	height: 7px;
	bottom: 23px;
	width: 870px;
	
	bottom: 23px;
}
.category-section {
	padding: 40px 0px 40px;
}
	.loge-item {
	padding: 13px 10px;
	max-width: 32%;
}
	.partner-section1 {

	padding: 20px 0;
}
	.footer-inner {

	padding-bottom: 30px;
}
.footer-menu ul li a {

	font-size: 16px;
	line-height: 24px;
	
}
.contact-detail {

	row-gap: 15px;

}
.footer-social-icon {
	column-gap: 12px;
	margin-bottom: 20px;
}
	.inner-banner h1 {
	font-size: 26px;
	max-width: 100%;
	line-height: 36px;
}
.inner-banner h1 span {
	top: 0;
}
	.product-filters ul li a {
	padding: 6px 18px;
	min-width: inherit;
	font-size: 14px;
}
	.products-section .marquee-item {
	width: 100%;

}
		.products-section  .marquee-item h3 {
	font-size: 16px;
}
	.products-section .marquee-item img {
	height: 280px;
}
	nav {
	height: 60px;
	
}
	.custom-logo {
	
	width: 70px;
}
	.custom-logo-link {
	
	display: block;
}
	.navbar-toggler {
	
	position: relative;
	top: -20px;
	}
	.navbar-collapse {
	top: 60px;
	}
	#smooth-wrapper #smooth-content {
	padding-top: 60px;

}
	.contact-list .contact-detail {
	flex-wrap: wrap;
}
	.contanct-banner.inner-banner h1 {
	font-size: 26px;
		margin-bottom: 10px;
}
	.recipe-l-inner {
	
	min-height: 230px;
}
	body .recipes-hero h1 {
	font-size: 24px;
}
	body .recipe-right img {
	height: 300px;
}
	body .recipes-hero {
	padding-top: 0;
}
	.container-d {
	
	padding: 20px 20px 3px;
	
}
	.desktop-video{display:none;}
	.mobile-video{display:block !important;}
}

@media(max-width:576px){
.total-p h4 {
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 0;
}
	.total-p h6 {
	font-size: 18px;

}
	.banner-heading {
	padding-top: 40px;
	padding-bottom: 0px;
}
.banner-heading h1 {
	font-size: 30px;
	max-width: 100%;
}

	.hr-booking-content h2 {
	font-size: 28px;
}
	
	.product-category-right h2 {
	font-size: 28px;
	/* color: var(--color-theme-red); */
	margin: 5px 0;
}
	.category-section-main {
	padding: 0px 0px 40px;
	display: flex;
}
	.philosophy-section {
	background: #fff;
	padding: 40px 0;
}
	h2 {
	font-size: 28px;
	font-weight: 600;
}
	.recipe-section {
	padding: 40px 0;
}
	.partner-section {
	padding: 40px 0;
	background: #DCCFF2;
	text-align: center;
}
	.partner-section1 {
	/* background: #ddd; */
	background: #fff;
	
}
	.footer-inner {
	position: relative;
	padding-bottom: 30px;
}
	.footer-copyrights p {
	font-size: 14px;
}
}
.page-template-page-locations .inner-banner h1 span{position:static;}
.partner-banner {
	text-align: center;
}

.insta-logo {
	width: 180px;
}
.home .partner-section1 {

	background: #E31E2410;
	
}