@font-face {
    font-family: 'Poor Richard';
    src: url('../fonts/PoorRichard-Regular.eot');
    src: url('../fonts/PoorRichard-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PoorRichard-Regular.woff2') format('woff2'),
        url('../fonts/PoorRichard-Regular.woff') format('woff'),
        url('../fonts/PoorRichard-Regular.ttf') format('truetype'),
        url('../fonts/PoorRichard-Regular.svg#PoorRichard-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul{
    padding-left: 0;
    margin-bottom: 0;
}
.abt-grid {
	display:grid;
}
body{
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    font-family: "Poppins", sans-serif !important;
}
p {
    text-align: justify;
}
li{
    list-style: none;
}
.service-listing .innrservboxxer {
	    width: 47%;
    display: inline-block;
    margin: 1%;
}
.footer-btm-copy p {
	text-align:center;
}
.download-btn {
	    display: block;
    text-align: center;
    background: #000;
    width: 150px;
    margin: 0 auto;
    border-radius: 35px;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 30px;
}
.download-btn:hover {
	color:#fff;
}
.innr_header{
    padding: 15px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.innr_header_menu ul{
    display: flex;
}
.innr_header_menu ul li{
    padding: 0 5px;
    list-style: none;
}
.innr_header_menu ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    padding: 0 20px;
    position: relative;
}
.innr_header_menu ul li a.active{
    position: relative;
    color: #fff;
}
.innr_header_menu .menu_part{
    position: relative;
}
.innr_header_menu .menu_part:after{
    font-family: "Font Awesome 6 Free";
  content: "\f107"; /* Unicode for solid chevron-down */
  font-size: 16px; /* Adjust size as needed */
  font-weight: 900;
  right: 2px;
  position: absolute;
  top: 5px;
}
.menu_part:hover .menu_partts_hover{
    display: block;
}
.menu_partts_hover{
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 10px;
    width: 450px;
    position: absolute;
    top: 80px;
    left: -60px;
    padding: 0px;
    display: none;
    z-index: 99999;
}


.menu_partts_hover:before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left:0;
    top: -60px;
    background: transparent;
    z-index: 9;
}
.innr_header_menu ul li a.active:before{
    content: "";
    background: #FF9934;
    height: 42px;
    border-radius: 120px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: -1;
    left: 0;
}
.innr_header_menu ul li:last-child{
    padding-right: 0px;;
}
.menu_partts_innr_hover{
    display: flex;
    flex-wrap: wrap;
}
/* .innr_hover_left ul li{
    margin-bottom: 12px;
} */
.innr_hover_left ul{
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0px;
}

.innr_hover_left ul li{
    
}
.innr_hover_right{
    max-width: 40%;
    width: 100%;
    position: relative;
}
.innr_hover_right img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}
.innr_hover_left ul li a{
    padding: 20px 0;
    display: block;
}
.innr_hover_left{
    max-width: 60%;
    width: 100%;
}
/* .innr_header_menu ul li:last-child a{
    padding-right: 0px;;
} */
a, a:hover{
    text-decoration: none;
}
.image-card h2{
    font-size: 24px !important;
}
.image-card  p{
    font-size:16px !important;
}

.image-card .wp-block-button a:before{
    /*background: url(../images/grad_bgger.png) repeat-y;
    width: 100%;
    background-size: 100% 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 120px;
    z-index: -1;*/
}

.menu_row{
    padding: 0 60px;
}
@media only screen and (max-width: 991px){
    .food-menu .wp-block-group {
        gap: unset;
        row-gap: 4rem;
    }
    .food-menu [class*=wp-container-core-group-is] {
        flex-wrap: wrap;
    }
}

.image-card .wp-block-button a{
    /*height: 48px;
    padding: 0 25px 0 25px;
    line-height: 48px;
    border-radius: 120px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    border: 0;
    font-size: 18px;
    color: #101010 !important;*/
}
#hoverImage1, #hoverImage2, #hoverImage3{
    display: none;
}

.innr_header_bottom{
    background: #101010;
    /*padding: 15px 100px;*/
    padding: 15px 0;
}
.contact_div span{
    font-weight: 600;
}
.contact_div{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.cont_social{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social_div a{
    margin-left: 40px;
    display: inline-block;
}


.contact_div span{
    display: inline-block;
    margin-right: 15px;

}
@media only screen and (max-width: 767px) {
    .cont_social {
        flex-direction: column;
    }
	.service-listing .innrservboxxer {
	    width: 100%;
    display: block;
    margin: 1%;
}
    .contact_div span {
        margin-right: 0;
        font-weight: 500;
        text-align: center;
    }
}
.banner_video_innr{
    position: relative;
    text-align: center;
    
}

.banner_container{
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);   
}



.banner_container h1{ 
    text-align: center;
    color: #fff;
   font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    padding: 0 80px;
    margin-bottom: 32px;
	text-shadow: 2px 2px 4px #4e4e4e;
    
}
@media only screen and (max-width: 425px){
    .banner_container h1 {
        font-size: 3rem;
        padding: 0 30px;
    }
}
.image-card .wp-block-button a.wp-block-button__link:before,
.commn_button:before{
/*     background: url(../images/grad_bgger.png) repeat-y;
    width: 100%;
    background-size: 100% 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 120px;
    z-index: -1; */
	content: "";
  	position: absolute;
  	top: 0;
  	left: -75%;
  	width: 50%;
  	height: 100%;
  	background: linear-gradient(
    	130deg,
    	transparent 0%,
    	rgba(255, 255, 255, 0.5) 50%,
    	transparent 100%
  	);
  	transform: skewX(-25deg);
  	opacity: 0;
  	pointer-events: none;
}

/*.commn_button:hover:before{
    transform: rotateY(180deg);
    content: "";
}*/
.image-card .wp-block-button a.wp-block-button__link:focus::before,
.image-card .wp-block-button a.wp-block-button__link:hover::before,
.commn_button:focus::before,
.commn_button:hover::before {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  0% {
    left: -75%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}

.image-card .wp-block-button a.wp-block-button__link,
.commn_button{
    height: 58px;
    padding: 0 35px 0 35px;
    line-height: 58px;
    border-radius: 120px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
/*     color: #101010 !important; */
	color: #9d9d9d;
	background-color: var(--color-theme-black);
	transition: all .3s ease-in-out;
	overflow: hidden;
	border: 0;
}

.commn_button .icon-arr,
.commn_button img {
    margin-left: 10px;
}
.image-card .wp-block-button a.wp-block-button__link:focus,
.image-card .wp-block-button a.wp-block-button__link:hover,
.commn_button:focus,
.commn_button:hover {
	color: #fff;
}

.about_innr_sections{
    /*padding: 145px 100px;*/
    padding-top: 145px;
    padding-bottom: 145px;
	background: url(https://sencowebfiles.s3.ap-south-1.amazonaws.com/website/history.png) no-repeat 100% 111% / 22em;
}


.abt_innr_innr_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 789px) {
    .abt_innr_innr_left {
        max-width: 750px;
        width: 100%;
        padding-right: 80px;
    }
}

.abt_innr_innr_right{
    max-width: calc(100% - 750px);
    width: 100%;
    
}


.about-timeline.js-cd-timeline{
    padding: 0;
}

.about-timeline.js-cd-timeline {
    padding-bottom: 140px;
}
@media only screen and (min-width: 769px){
    .about-timeline.js-cd-timeline {
        padding-left: 100px;
        padding-right: 100px;
    }
}


.commn_heading h3{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background: #666666;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 32px;
    display: inline-block;
}
.commn_heading h2{
    font-family: 'Poor Richard';
    font-weight: 400;
    font-size: 55px;
    color: #101010;
    margin-top: 20px;
    margin-bottom: 50px;
}
.abt_leftter{
    
}



.abt_innr_innr_left p{
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    margin-bottom: 30px;
}

.abt_innr_innr_right{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.innr_leftter, .innr_rightter{
    padding: 0 10px;
}
.innr_rightter{
    max-width: 40%;
    width: 100%;
}
.innr_leftter{
    max-width: 60%;
    width: 100%;
}
.contact_div .wrap-cont a{
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}
.leftter_top img, .leftter_bottom img{
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
#mega-menu-wrap-main-menu {
    background: transparent;
}
#mega-menu-wrap-main-menu.mega-menu-wrap ul li{
    padding: 0 5px;
    list-style: none;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 16px;
    font-weight: 500 !important;
    color: #101010;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: flex;
    font-family: "Poppins", sans-serif !important;
}
.navbar {
    padding: 0px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item{
    margin: 0 4px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background: transparent;
    color: #000;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus{
    background: transparent;
    color: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background: transparent;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color: #fff !important; 
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover:before{
    content: "";
    background: #FF9934;
	background: var(--color-theme-black);
    height: 42px;
    border-radius: 120px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1;
    left: 0;
}
/*#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover ul.mega-sub-menu{*/
/*    display: block;*/
/*} */

@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item { padding: 30px 0; }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover ul.mega-sub-menu{
        display: block;
    }
}
/*@media screen and (min-width:768px){
}*/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu{
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    
    top:100px;
    left: -60px;
    padding: 0px;
    display: none;
    z-index: 99999;
    
    border-radius: 20px;
}
@media screen and (min-width:769px){
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
        width: 450px;
        position: absolute;
    }
}
@media screen and (max-width:768px){
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        transform: rotate(-90deg);
        transition: all .2s ease;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: "\f107";
        transform: rotate(0deg);
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: unset;
        margin-left: auto;
    }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li{
    padding: 12px 0;
    
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li a{
    background: transparent !important;
}
.menu li a{
    font-size: 16px;
    color: #fff;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-size: 16px;
    font-weight: 900;
    right: -18px;
    /*position: absolute;*/
    top: 0px;
    position: unset;
}


.navbar .mega-menu-wrap .mega-sub-menu li a{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #101010 !important;
    padding: 0 20px !important;
    position: relative !important;
}
.footer_middler aside img{
    margin: auto;
    display:block;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li a{
    color: #000;
    padding: 10px ;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li ul.mega-sub-menu:after{
content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: -80px;
    background: transparent;
    z-index: 9;
}
.leftter_top{
    margin-bottom: 20px;
}

/*ul.mega-sub-menu{*/
/*    position: relative;*/
/*}*/


.mega-menu .mega-menu-item .mega-menu-link:hover:after{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: -60px;
    background: transparent;
    z-index: 9;
    display: block;
}

.food_scroll_sec :is(.food_upper, .food_lower) svg path {
    fill: var(--color-theme-black);
}
.food_middle{
/* 	--color-theme-black: #000;
 	--color-theme-bg: #323232;
 	--color-theme-text: #999999;
 	background: #FF9934; */
    background: var(--color-theme-black);
    padding: 3px 0;
    margin-top: -2px;
    overflow-x: hidden;
}



.food_upper svg, .food_lower svg{
    width: 100%;
    height: 100% !important;
}


.food_lower svg{
    transform: rotate(180deg);
}
.foodders label span{
    border: 0;
    height: auto;
    padding: 0;
    margin: 0;
}
.foodders > a{
    display: flex;
    aspect-ratio: 1;
    /*height: 200px;*/
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 20px;;
    margin: 0 12px;
    background: #fff;
}
.foodders span img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* mix-blend-mode: multiply; */
}
.order_number span{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.order_number{
    font-family: 'Poor Richard';
    font-weight: 400;
    font-size: 128px;
    color: #fff;
    line-height: 90px;
    display: block;
    margin-bottom: 0px;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}



.services_partts{
    /*padding: 140px 100px;*/
    padding-top: 140px;
    padding-bottom: 140px;
}

.serv_heading{
    text-align: center;
}
.serv_innr_sec{
    /*padding: 0;*/
}

.serv_para{
    max-width: 850px;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    color: #404040;
    font-weight: normal;
    line-height: auto;
}
.navbar-brand img {
    height: 80px;
}
.innr_serv_innr{
    margin: 0 -10px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 556px){
    .innr_serv_innr { display: flex; }
}
.innr_serv_box{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.serv_caption{
    background: rgba(16, 16, 16, 0.60);
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari */
  position: absolute;
  /*height: 120px;*/
  
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  
    padding:1rem 20px;
}

.serv_caption{
}
.innr_serv_box img{
    border-radius: 8px;
}

.innr_serv_innr_innr{
    max-width: calc(100%/4);
    width: 100%;
    padding: 0 10px;
}

.kitchen_left{
    max-width: 236px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kitchen_left h4{
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin-right: 32px;
}


.innr_serv{
    margin-top: 30px;
}



.best_seller{
    padding: 0px 0px 140px 0px;
	background: url(https://cdn.shopify.com/s/files/1/0381/3965/8377/files/timeline-1884.png) no-repeat bottom left;
}


.rtl_innr_box{
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
    padding: 25px;
    border-radius: 8px;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 20px;
}
.best_seller_innr{
    overflow: hidden;
}
.innr_box_left, .innr_box_right{
    max-width: 50%;
    width: 100%;
}

.innr_box_left{
    padding-right: 15px;
}
.innr_box_left h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 23px;
    margin-bottom: 25px;
}

.innr_box_left p{
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}


.innr_box_left label{
    font-weight: 700;
    font-size: 18px;
    color: #03081F;
}


.innr_box_right img{
    border-radius: 4px;
}
.best_seller_rtl .slick-slide, .best_seller_ltr .slick-slide{
    padding: 0 10px;
}

.best_seller_rtl .slick-list, .best_seller_ltr .slick-list{
    padding: 10px 0;
}
.best_seller_ltr  .rtl_innr_box .innr_box_right{
    order: 1;
}

.best_seller_ltr  .rtl_innr_box .innr_box_left{
    order: 2;
}


.events{
    padding-bottom: 140px;
    padding-left: 100px;
    padding-right: 100px;
}
.testi_monial{
    padding-bottom: 140px;
}



.testi_monila_innr{
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
}


.test_right{
    max-width: 55%;
    width: 100%;
}

.test_left{
    max-width: 45%;
    width: 100%;
}

.test_left h3, .test_left h2, .test_left p{
    text-align: left;
}
.menu_button.commn_button{
    border: 0px;
}
.logo_menu figure{
    background: none;
    border: none;
    transform: none;
    box-shadow: none;
    border-radius: none;
}

.image-card .wp-block-heading{
    font-size: 30px !important;
}
.text_right_innr{
    display: flex;
    flex-wrap: wrap;
}
.text_right_box{
    padding:0 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.text_right_innr{
    margin: 0 -10px;
}
.text_box_box{
    
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    
}

.box_header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box_header_left{
    --img-size: 75px;
    width: var(--img-size);
    height: var(--img-size);
    border-radius: 100%;
    overflow: hidden;
}
.box_header_right{
    width: calc(100% - 53px);
    padding-left: 20px;
}
.box_header_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_header_right h4{
    font-size: 20px;
    font-weight: 700;
    color: #293238;
}


.box_header_right label{
    display: block;
    color: #7D7A7A;
    font-size: 16px;
    font-weight: 400;
}


.text_right_box p{
    font-size: 16px;
    color: #293238;
    font-weight: 400;
}
footer h3{
    margin-bottom: 20px;
}
footer{
    overflow-x: hidden;
}
.footer-btm-copy{
    padding: 10px 0;
    background: #000;
    color: #fff;
}
.footer_topper{
    /*margin-top: -78px;*/
    margin-top: -5.2%;
    margin-bottom: -5px;
}
.footer_middler{
    /*padding: 0 100px;*/
}
.social_div a{
    margin-left: 0px;
    margin-right: 20px;
}
.footer_middler ul li{
    color: #fff;
    font-size: 16px;
    display: flex;
    margin-bottom: 20px;
    list-style: none;
}
.footer_middler ul li a {
    font-size: 16px;
    color: #fff;
}
.footer_middler ul li span {
    display: inline-block;
    margin-right: 10px;
}
.footer_middle{
    padding: 30px 0;
    background: #101010;
}

.footer_left_text {
    /*max-width: 350px;*/
    /*width: 100%;*/
}

.footer_left_text p{
    color: #BBBBBB;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

.footer_coppy h4{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.footer_coppy ul li{
    margin-bottom: 20px;
    list-style: none;
}
.footer_coppy ul{
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 0px;
}
.footer_coppy ul li a{
    font-size: 16px;
    color: #fff;
}
.footer_coppy ul li span{
    display: inline-block;
    margin-right: 10px;
}

.footer_coppy ul li{
    color: #fff;
    font-size: 16px;
    display: flex;
}



.footer_coppy{
    margin-bottom: 35px;
}
.footer_coppy .social_div{
    margin-top: 35px;
}
.footer_coppy .social_div a{
    margin-right: 40px;
    margin-left: 0;
}
@media only screen and (min-width: 768px) {
    .footer_middler{
        padding: 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_middler{
        padding: 0 30px;
    }
}


.innr_banner_img {
    --bg-pattern: linear-gradient(#000000a3, #000000a3);
    position: relative;
    /*z-index: 1;*/
}
.innr_banner_img img{
    height: 350px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.innr_banner_img:before{
    /*content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2;*/
}


.innr_banner_content{
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    width: 100%;
    text-align: center;
    /*z-index: 3;*/
    
    min-height: 350px;
}

.innr_banner_content h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.bread_crumb ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.bread_crumb ul li{
    padding: 0 15px;
    position: relative;
}
.bread_crumb ul li a{
    color: #FF9934 !important;
}
.bread_crumb ul li, .bread_crumb ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
}
.bread_crumb ul li:last-child:before{
    content: none;
}


/* .innr_header_menu {
    margin-top: -12px;
} */
.bread_crumb ul li:before{
    content: ">";
    position: absolute;
    right: -6%;
    top:1px;
}

.aboutus_cont{
    padding: 140px 0;
}

.about_us_innr_cont{
    padding: 0 100px;
}


.our_team{
    padding-bottom: 140px;
    padding-left: 100px;
    padding-right: 100px;
}


.teams{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}


.team_member{
    max-width: calc(100%/4);
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}

.team_innr_member{
    padding: 20px;
    background: #fff;
    text-align: center;
}

.team_innr_mem_image{
    width:80px;
    height:80px;
    border-radius: 100%;
    overflow: hidden;
    border-radius: 100%;
    margin: 20px auto;
}

.team_innr_mem_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team_innr_member label{
    text-align: center;
}
.team_innr_member p{
    font-size: 15px;
    line-height: 22px;
}
.team_innr_member label{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.time_line{
    padding-bottom: 140px;
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (max-width: 768px){
    /*.food_image img {
        width: 450px;
        height: 320px;
        object-fit: cover;
    }*/
}


.cd-timeline__date span{
    color: #101010;
    display: block;
    margin-bottom: 22px;
}


.cd-timeline__img img{
    filter: brightness(0) invert(1);
}


.serv_sec, .events_partts{
    padding: 140px 0;
}


.events_innr{
    padding: 60px 100px 0;
}


.events_innr_innr{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width:769px){
    .events_img{
        width: calc(100%/4);
        height: 300px;
        
    }
}
@media only screen and (max-width:768px){
    .events_img {
        flex: 0 1 auto;
        width: calc(100% / 2);
        max-width: 100%;
        aspect-ratio: 1 / 1;
    }
}
.events_innr_innr a{
    position: relative;
    cursor: pointer;
}
.events_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.events_innr_innr a:hover:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.events_innr_innr a:hover:after{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}


.serv_boxxer .innr_serv_innr_innr{
    max-width: calc(100%/2);
    width: 100%;
    padding: 0 10px;
    
}
.innrservboxxer{
    border: 1px solid #FF9934;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.food_innr_middle .slick-track{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.serv_boxxer .innr_serv_innr_innr .innr_serv_box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center top;
}
.serv_boxxer .innr_serv_innr_innr .caption{
    padding: 20px;
}
.serv_boxxer .innr_serv_innr_innr .caption h4{
    text-align: left;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.serv_boxxer .innr_serv_innr_innr .caption p{
    text-align: left;
    color: #1c1c1c;
    font-size: 16px;;
}
.contact_innr{
    padding: 0 100px;
}
.contact_innr .cont_left h4{
    text-align: left;
}
.contact_innr{
    margin-top: 80px;
}
.cont_left ul{
    text-align: left;
}
.cont_left ul li a{
    color: #1c1c1c;
}
.cont_left ul li{
    text-align: left;
    color: #1c1c1c;
    margin: 20px 0;
}


.cont_left ul li span{
    display: inline-block;
    margin-right: 10px;
}

.cont_right{
    padding: 30px;
/*     background: #a9723c; */
	background: #262626;
    border-radius: 10px;
	border: 1px solid;
}

.cont_form::placeholder, .text_area_field::placeholder{
    color: #fff;
}
.cont_form, .cont_form:focus{
    height: 45px;
    margin-bottom: 40px;
    background: transparent;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

.text_area_field, .text_area_field:focus{
    height: 150px !important;
    margin-bottom: 0px;
    background: transparent;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

.exp_menu button{
    border: 0px;
    background: #fff;
}

.soy_spice .card{
    flex-direction: row;
}
.soy_heading{
    margin-bottom: 60px;
}
.soy_heading h2{
    margin-bottom: 20px;
    font-size: 48px !important;
}
.soy_spice{
    padding: 60px 100px 140px;
    /* background: url(../images/soy_bg.svg) repeat; */
    background-position: center top;
    background-size: 60% auto;
    position: relative;
}
.soy_spice.currycourt{
    /* background: url(../images/curry_bg.svg) repeat; */
    /* background-size: 200px auto; */
}
.rotate_img{
}
.rotate_2{
    position: absolute;
    top: 10px;
    right: 10px;
    /* transform: rotate(-30deg); */
    width: 126px;
    z-index: 4;
}
.rotate_1{
    position: absolute;
    bottom: 0px;
    left: 17px;
    /* transform: rotate(30deg); */
    width: 126px;
    z-index: 4;
}
.servdetails .innr_serv_innr_innr{
    max-width: calc(100%/1) !important;
}
.servdetails .innrservboxxer{
    border: 0px;
    box-shadow: none;
}
.servdetails .innr_serv_innr_innr .innr_serv_box img{
    width: 60%;
    height: 400px;
    margin: auto;
    display: block;
}
.soy_spice_content h4 img{
    height:14px;
    margin-left: -22px;
}

.soy_spice_content h4 span{
    display: inline-block;
    margin-left: 0;
    width: 21px;
    position: relative;
    left: 34px;
}
.servdetails .caption{
    max-width: 80%;
    margin: auto;
}
.rotate_3{
    position: absolute;
    top: 60px;
    left: -30px;
    transform: rotate(30deg);
    width: 126px;
    z-index: 4;
}

.rotate_4{
    position: absolute;
    bottom: 35px;
    right:0px;
    /* transform: rotate(30deg); */
    width: 126px;
    z-index: 4;
}



.rotate_5{
    position: absolute;
    bottom: 0;
    left:50%;
    /* transform: rotate(30deg); */
    transform: translateX(-50%);
    width: 206px;
    z-index: 4;
}
.soy_spice_innr{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 5;
}


.soy_spice_innr_innr{
    padding: 0 15px;
    max-width: calc(100%/3);
    width: 100%;
}


.soy_spice_innr_box{
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: all 0.3s linear;
    /* justify-content: space-between; */
    
}
.soy_spice_innr_box:hover .soy_img_box{
    transform: scale(1.15);
    transition: all 0.5s linear;
}

.soy_spice_innr_box:hover{
    transform: scale(1.05);
    transition: all 0.4s linear;
}
.soy_heading{
    text-align: center;
}

.soy_heading h2{
    font-size: 40px;
    /* font-family: "Rubik Vinyl", system-ui; */
    font-weight: 400;
}
.soy_spice_content h4{
    font-size: 18px;
    font-weight: 600;
}

.soy_spice_content{
    padding: 15px;
    max-width: 60%;
    width: 100%;
    order: 1;
    padding-right: 12px;
}
.soy_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.soy_img_box{
    height: 155px;
    width: 100%;
    max-width: 40%;
    order: 2;
    transition: all 0.3s linear;
}
.soy_spice_content p{
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
}