@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@font-face {
    font-family: 'ALBRA_TEXT_REGULAR';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/ALBRA_TEXT_REGULAR'), url('ALBRA_TEXT_REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'ALBRA_TEXT_REGULAR';
    src: url('fonts/ALBRA_TEXT_REGULAR.eot');
    src: url('fonts/ALBRA_TEXT_REGULAR.eot') format('embedded-opentype'),
         url('fonts/ALBRA_TEXT_REGULAR.woff2') format('woff2'),
         url('fonts/ALBRA_TEXT_REGULAR.woff') format('woff'),
         url('fonts/ALBRA_TEXT_REGULAR.ttf') format('truetype'),
         url('fonts/ALBRA_TEXT_REGULAR.svg#ALBRA_TEXT_REGULAR') format('svg');
}


body {
    font: 400 16px "Nunito Sans", sans-serif;
    line-height: 150%;
    color: #818181;
  }

.navbar-header {}

body .container div.navbar-header a.navbar-brand {
    height: auto;
    margin: 25px 40px 0;
}

.navbar-header a.navbar-brand img.logo {
    max-width: 200px;
}

nav.navbar.navbar-default {
    position: fixed;
    border: 0;
    background: linear-gradient(180deg, #000000a1, #00000082, #00000070, #0000003b, transparent);
    padding: 15px 0px 50px;
    margin: 0;
}
.navbar .container-fluid {
    padding: 0 120px;
}
nav.navbar.navbar-default .top {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.navbar.navbar-default ul.nav.navbar-nav {
    display: flex;
    padding: 0px 0px 0;
	margin: 0
}

.navbar-header {
    position: relative;
    width: 100%;
}

.navbar-default .navbar-brand {
    height: auto;
    margin: 0;
}

nav.navbar.navbar-default ul.nav.navbar-nav li a {
    font-family: ALBRA_TEXT_REGULAR;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    transition: .3s ease;
}

nav.navbar.navbar-default ul.nav.navbar-nav li a:hover {
  
}

nav.navbar.navbar-default ul.nav.navbar-nav li span {
    color: #fff;
}

nav.navbar.navbar-default ul.nav.navbar-nav li {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.navbar-default .navbar-brand img.logo {
    max-width: 150px;
}

.navbar-default a.navbar-brand {
    position: absolute;
    top: 0;
    padding: 10px 15px;
}

.navbar-flex {
    display: flex;
    align-items: center;
}

.navbar-flex .shop-btn {
    margin:0 0 0 25px;
    position: relative;
}

.navbar-flex .shop-btn a {
    transition: .3s transform ease;
    transform: translate(3px, -3px);
}

.navbar-flex .shop-btn a:hover {
    transition: .3s transform ease;
    left: 0px;
    top: 0px;
    transform: translate(0px, 0px);
}

span.btn-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    
}


.navbar-flex .shop-btn a, .shop-btn a, .shop-btn button {
    background: #CE1219;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    font-family: 'ALBRA_TEXT_REGULAR';
    line-height: normal;
    border: 0px solid #CE1219;
    z-index: 9;
    position: relative;
    
}

.shop-btn a {
    display: flex;
    align-items: center;
    line-height: normal;
}
.inner-page .product-bx .btns-rw .shop-btn a {
    padding: 9px 20px;
}

.product-listing .product-bx .btns-rw {
    width: 100%;
    justify-content: center;
    padding: 0;
    gap: 10px;
}

.product-listing .product-bx .btns-rw .shop-btn a {
    color: #fff;
}

.product-listing .product-bx .btns-rw .shop-btn.outline a {
    color: #ce1219;
    margin: 0;
    padding: 10px 15px;
}
.shop-btn a svg {
    margin-right: 5px;
}

.navbar-flex .shop-btn a img.icon {
    margin-right: 5px;
}
.btns-rw .shop-btn {
    text-align: center;
}
.product-listing .btns-rw .shop-btn {
    width: 100%;
    text-align: center;
}
.product-listing .product-bx .btns-rw .shop-btn a {
    justify-content: center;
}
.product-bx .image-bx img.icon-veg {
    position: absolute;
    top: 10px;
    right: 10px;
}

section.section.hero-section {
    background: #FFEEDE;
    padding: 0px 0 0px;
    position: relative;
    height: auto;

        > :after {
        
    }
    
.description {
    display: flex;
    gap: 20px;
}
.description .image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .description .image > img.sl-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.description a {
    text-decoration: none;
}

.title {
  font-size: 30px;
  line-height: normal;
  text-align: center;
  color: #573E18;
  font-family: FuturaBkBTBook;
  line-height: 120%;
  font-weight: bold;
    color: transparent;
    background-image: linear-gradient(to right, #E31E26 40%, #7D1115 50%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: ALBRA_TEXT_REGULAR;

}
.btm-title h1{
        font-size: 75px;
        line-height: normal;
        text-align: center;
        color: #4A2700;
        font-family: ALBRA_TEXT_REGULAR;
        line-height: 120%;
        font-weight: bold;
        padding: 80px 0 20px;
    }
    
}

section.section.hero-section .dflex {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-left: 5%;
    height: 100vh;
}

section.section.hero-section .dflex .btm-title {
    width: 35%;
}

section.section.hero-section .dflex .description {
    width: 65%;
    height: 100%;
}

section.section.hero-section .btm-title h1 {
    text-align: left;
    font-size: 60px;
    font-family: ALBRA_TEXT_REGULAR;
    font-weight: normal;
    color: #121212;
    padding-bottom: 0;
}

section.section.hero-section .btm-title p {
    font-size: 18px;
    color: #303030;
    font-weight: normal;
}

section.section2.section {
    overflow: hidden;
}

section.section2.section .container-fluid {
    position: relative;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;

}
body section.section2.section .container-fluid> .row {
    align-items: center;
    display: flex;
}
section.section2.section .container-fluid-in {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-x;
    /* background-repeat: no-repeat; */
    height: auto;
    overflow: hidden;
}

section.section2.section h4 {
    font-size: 18px;
    color: #fff;
    line-height: 160%;
    padding-left: 0px;
    font-weight: 300;
}

section.section2.section h2 {
    font-family: ALBRA_TEXT_REGULAR;
    color: #fff;
    opacity: 1;
	
}

section.section2.section .container-fluid .image {
    position: relative;

    top: 0;
}

section.section2.section .container-fluid .image img.sl-img {
    width: 100%;
}

section.section2.section .container {


}

body .navbar .container-fluid, body section.section .container-fluid, body footer .container-fluid {
    max-width: 1400px;
    margin: auto;
    padding: 0;
}

body .navbar .container-fluid {
    max-width: 1400px;
}

body section.section.slider-section .title {
    font-size: 70px;
    top: 50%;
    transform: translateX(-50%);
}

body section.section.slider-section .descriptions {
   
}

body section.section.slider-section .item.active .child > img {
    scale: 1;
}

body section.section.slider-section .item .child > img {
    scale: .7;
}

body section.section2.section .container-fluid {
    /*overflow: hidden;*/
}

body section.section2.section .container-fluid .image {

}

body section.section2.section .container {
    
}
.inner-page section.section.section-one.section-one-01 {
    padding-top: 20px;
}
.inner-page section.section.section-one {
    padding: 60px 0;
}

.inner-page.restaurant-page {}

.inner-page.restaurant-page section.section.section-one .rows {
    display: block;
    justify-content: space-between;
}

.inner-page.restaurant-page section.section.section-one .lefts {
    width: 100%;
}

.inner-page.restaurant-page section.section.section-one .rights {
    width: 88%;
}

.inner-page section.section.section-one .info .title {
    color: #000;
}

.inner-page section.section.banner-section {
    background: #fcfaf8;
    padding: 0px 0 0px;
}

body .inner-page section.section {
  
}

.shop-btn.outline {}

.shop-btn.outline a {
    background: transparent;
    color: #000;
    border: 1px solid #ce1219;
    margin-left: 15px;
}

.inner-page .product-bx .vertical-tab-content{
    display: none;
    justify-content: space-between;
    align-items: start;
}
.inner-page .product-bx .vertical-tab-content.active {
    display: block;
}
.inner-page .product-bx .vertical-tab-content .inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #DFD2C3;
    margin-bottom: 30px;
}

.inner-page .product-bx .vertical-tab-content .inner:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
    margin-bottom: 0px;
}

.inner-page .product-bx .product-img {
    width: 33%;
    border-radius: 16px;
    overflow: hidden;
    border: 10px solid #f3ebe2;
    box-sizing: border-box;
}

.inner-page .product-bx .product-info {
    width: 65%;
}

.inner-page .product-bx .title {
    font-family: 'ALBRA_TEXT_REGULAR';
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    
}

.inner-page .product-bx .title > img {
    margin-right: 12px;
    max-width: 55px;
}

.inner-page .product-bx .product-img > img {
    /* object-fit: cover; */
}

.inner-page .product-bx .rw {
    display: flex;
    align-items: center;
    font-family: ALBRA_TEXT_REGULAR;
    color: #333;
    padding: 4px 0;
}

.inner-page .product-bx .rw > img {
    margin-right: 6px;
}

.inner-page .product-bx h3 {
    font-family: ALBRA_TEXT_REGULAR;
    font-size: 32px;
    color: #C52A07;
    margin: 15px 0 0px;
    text-decoration: underline;
}

.inner-page .product-bx .btns-rw {
    display: flex;
    padding-top: 20px;
}
.inner-page .product-image-content .btns-rw {
    display: flex;
    padding-top: 20px;
}
.inner-page.restaurant-page section.section.section-one .lefts .d- flexs .box {}

.inner-page.restaurant-page section.section.section-one .lefts .d-flexs .box {
    text-align: center;
    border: 1px solid #D2C6B8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 15px 0;
    text-decoration: none;
    background: #fff;
    min-width: 160px;
}

.inner-page.restaurant-page section.section.section-one .lefts .d-flexs {
    gap: 15px;
    display: flex;
    padding-bottom: 30px;
}

.inner-page.restaurant-page section.section.section-one .lefts .d-flexs .box p {
    margin: 0;
    line-height: normal;
    
    color: #969696;
    font-size: 16px;
    font-weight: bold;
}

.inner-page.restaurant-page section.section.section-one .lefts .d-flexs .box.active svg path {
    fill: #CE1219;
    /* fill: #72a200; */
}

.inner-page.restaurant-page section.section.section-one .lefts .d-flexs .box.active p {
    color: #000;
}

body .inner-page section.section .row {
    
}

.product-tabs {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.product-tabs .inner {
  	position: relative;
  	border-radius: 0px;
  	background-color: #fffefe;
  	border: 1px solid #e6e0d8;
  	box-sizing: border-box;
  	width: auto;
  	display: flex;
  	align-items: center;
  	padding: 8px;
  	gap: 8px;
  	text-align: left;
  	font-size: 20px;
  	color: #454545;
  	font-family: Athelas;
}
.product-tabs button, .product-tabs a{
    font-size: 18px;
  	border-radius: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #333;
    border: 0;
    text-decoration :none;
}
.product-tabs button.active , .product-tabs a.active {
    background-color: #fff8f0;
    color: #ce1219;
}
.product-tabs .namkeen {
  	position: relative;
  	letter-spacing: 0.25px;
  	line-height: 150%;
}

.product-listing .product-bx {
  	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 24px;
    color: #121212;
    padding: 0 0px;
    margin-bottom: 50px;
    font-family: 'Nunito Sans';
}
.product-listing .product-bx a {
    color: #121212;
    text-decoration: none;
}
.product-listing .vertical-tab-content > .row {
    flex-wrap: wrap;
}
.product-bx .frame-child {
  	position: relative;
}
.product-bx .kolkata-chanachur-namkeen-parent {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 8px;
}
.product-bx .elevate-your-tea-time p {
    font-size: 16px;
    font-family: 'Nunito Sans';
    color: #303030;
    padding: 0;
    margin: 0;
}
.product-bx .kolkata-chanachur-namkeen {
    aalign-self: stretch;
    position: relative;
    line-height: 130%;
    font-weight: normal;
    font-size: 20px;
    padding-top: 20px;
    font-family: 'ALBRA_TEXT_REGULAR';
}
.product-bx .elevate-your-tea-time {
  	align-self: stretch;
  	position: relative;
  	font-size: 18px;
  	line-height: 150%;
  	font-family: Athelas;
  	color: #303030;
    min-height: 55px;
}

.product-listing .product-bx a:hover > img {}

.product-listing .product-bx a img.frame-child {
    transition: scale .3s ease;
    scale: 1;
}

.product-listing .product-bx a:hover img.frame-child {
    transition: scale .3s ease;
    scale: 1.03;
}
.product-listing .product-bx .image-bx {
    padding: 30px 15px;
    background: #FFF7F6;
    border: 1px solid #FFEBE2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.product-thumbs {
    display: flex;
    justify-content: center;
    padding: 30px 0 20px;
}

.product-thumbs .image {
    border: 1px solid #E3DED6;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0px 7px;
}

.inner-page .product-image-content .btns-rw {
    justify-content: center;
}

.inner-page .product-image-content .btns-rw a {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    margin: 0;
}

.inner-page .product-image-content .btns-rw .shop-btn {
    width: 100%;
    margin: 0 5px;
}

.inner-page .product-image-content .btns-rw .shop-btn img.icon {
    margin-right: 10px;
}

.product-desc-page {}

.product-desc-page section.section.section-one.section-one-01 {
    padding-top: 70px;
}

.product-desc-page  .product-image {
    padding: 0 50px;
}

.product-desc-page .info h2.title {
    font-size: 30px;
}

.reg-price {
    font-size: 30px;
    color: #303030;
    font-weight: bold;
    
    display: flex;
    align-items: end;
    line-height: 115%;
}

.reg-price span.rs {
    font-weight: normal;
    font-size: 30px;
    line-height: 90%;
}

.reg-price small {
    font-size: 18px;
    line-height: 30px;
    font-family: ALBRA_TEXT_REGULAR;
    font-weight: normal;
    padding-left: 10px;
}

.reg-price.avil {
    align-items: center;
    padding: 20px 0;
}

.reg-price.avil small {
    padding: 0 10px 0 0;
}

.reg-price.avil span.bg {
    font-size: 16px;
    background: #121212;
    color: #fff;
    line-height: normal;
    padding: 7px 20px;
    border-radius: 30px;
    
    font-weight: normal;
}

.product-desc-page .text-rw {
    padding-bottom: 15px;
    border-bottom: 1px solid #DFD2C3;
    margin-bottom: 25px;
    color: #303030;
}

.product-desc-page .text-rw h4 {
    color: #121212;
    font-weight: bold;
    
    font-size: 18px;
}

.product-desc-page .text-rw p,.product-desc-page .text-rw li {
    line-height: 155%;
    font-size: 17px;
    color: #303030;
    font-family: ALBRA_TEXT_REGULAR;
}

.product-desc-page .text-rw li {
    margin: 15px 0;
    line-height: 150%;
}

.product-desc-page .text-rw:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.product-desc-page .text-rw li:last-child {
    margin-bottom: 0;
}

.product-desc-page section.section.section-two.section-two-3 {
    padding-top: 50px;
}


.inner-page.catering-page section.section.section-one,.inner-page.catering-page section.section.section-two {
    padding: 70px 0 0;
}

.inner-page.catering-page section.section.section-two .product-img, 
.inner-page.catering-page section.section.section-two .product-info {
    width: 100%;
}


.inner-page.catering-page section.section.section-two .product-img {
    border: 0;
    border-radius: 10px;
    width: 100%;
}
.inner-page.catering-page section.section.section-two .product-img img {
    width: 100%;
}
.inner-page.catering-page section.section.section-two .inner,
.inner-page.contact-page section.section.section-two .inner{
    align-items: center;
}
.inner-page .product-bx .title h2 {
    line-height: 120%;
    margin: 0;
}
.inner-page .product-bx .rws {
    font-family: ALBRA_TEXT_REGULAR;
    color: #333;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    outline: none;
}
.rows {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}

.wizard-inner {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}

.wizard-inner ul.nav.nav-tabs {
    position: relative;
    border-radius: 60px;
    background-color: #fffefe;
    border: 1px solid #e6e0d8;
    box-sizing: border-box;
    width: auto;
    display: flex;
    align-items: center;
    padding: 8px;
    text-align: left;
    font-size: 20px;
    color: #454545;
    font-family: Athelas;
}

.wizard-inner ul.nav.nav-tabs li a {
    cursor: pointer;
    font-size: 18px;
    border-radius: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #333;
    border: 0;
    border: 0;
}

.wizard-inner ul.nav.nav-tabs li.active a {
    background-color: #fff8f0;
    color: #ce1219;
}
.inner-page.catering-page section.section.signup-step-container {
    padding-bottom: 70px;
}

.wizard .from-tab-bx {
    border: 1px solid #F3EBE2;
    background: #FEFEFE;
    padding: 25px;
    border-radius: 14px;
    max-width: 500px;
    margin: auto;
}

.wizard .from-tab-bx h4 {
    font-size: 20px;
    text-transform: none;
    
    color: #303030;
    line-height: 100%;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.wizard .from-tab-bx .form-group {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 25px;
}

.wizard .from-tab-bx .form-group .form-control {
    border: 0;
    box-shadow: none;
    padding: 5px 0;
    height: 40px;
}

.wizard .from-tab-bx .form-group label {
    color: #303030;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 6px;
}
.wizard .note {
    color: #000;
    
}
ul.list-inline.pullright {
    margin-top: 20px;
    display: flex;
    justify-content: end;
}
ul.list-inline.pullright.full {
    flex-direction: column;
    gap: 15px;
}
ul.list-inline.pullright.full li.shop-btn {
    width: 100%;
}

ul.list-inline.pullright.full li.shop-btn button.default-btn {
    width: 100%;
    justify-content: center;
}

ul.list-inline.pullright li.shop-btn button.default-btn {
    font-weight: bold;
}


ul.list-inline.pullright li.shop-btn.no-bg button.default-btn {
    background: transparent;
    color: #CE1219;
    border-color: transparent;
    padding: 0;
}

li.shop-btn button.default-btn img.icon {margin-left: 10px;}

.wizard .from-tab-bx.full {
    max-width: 100%;
}

.ltab-parent .checkbtn {
    position: relative;
}

.ltab-parent .checkbtn input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.ltab-parent .checkbtn.active button.ltab-btn,
.query-type .checkbtn.active button.ltab-btn{
    border: 1px solid #ce1219;
}

.query-type .rdo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
}

.query-type .rdo .checkbtn {
    position: relative;
}

.query-type .checkbtn input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.query-type .rdo .checkbtn button.ltab-btn {
    height: auto;
    padding: 5px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #D5D3D0;
    background: transparent;
    font-size: 16px;
    font-family: 'ALBRA_TEXT_REGULAR';
    color: #303030;
}

.query-type .rdo .checkbtn.active button.ltab-btn {
    border: 1px solid #CE1219;
}

.query-type {
    padding-bottom: 22px;
}

.query-type p {
    color: #303030;
}

.inner-page.contact-page .wizard .from-tab-bx .form-group {
    margin-bottom: 20px;
}
.inner-page.contact-page .wizard .from-tab-bx textarea {
    height: 100px;
    padding: 0;
}

.inner-page.contact-page {}

section.section1.section2.section.home-section  .read-mr {
    display: none;
}

.inner-page.contact-page .product-bx .product-imgs{
    width: 65%;
    padding-right: 30px;
}
.inner-page.contact-page .product-bx .product-info {
    width: 35%;
}

.contact-info {}

.contact-info .title h3 {
    color: #030303;
    
    text-decoration: none;
    font-weight: normal;
    font-size: 22px;
    padding: 0 0 10px 0;
}

.contact-info .dfl {}

.contact-info .dfl .bx {
    border: 1px solid #F3EBE2;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    background: #fff;
    font-size: 18px;
    margin: 0 0 25px 0;
}

.contact-info .dfl .bx .btmh p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Nunito Sans';
}

.contact-info .dfl .bx .btmh p > img {
    margin-right: 6px;
}

.contact-info .dfl .bx p {
    color: #030303;
    line-height: normal;
}

.inner-page.contact-page section.section.section-two {
    padding: 60px 0 80px;
}
.locate-info {
    font-family: 'Nunito Sans';
}
.inner-page .product-bx .locate-info .btmh p {
    padding-bottom: 10px;
}
.inner-page .product-bx  .locate-info .title {
    font-size: 18px;
    padding: 0 0 6px 0;
    font-weight: normal;
}

.inner-page .product-bx .locate-info p {
    margin-bottom: 2px;
}

.locate-info .btmh {
    padding-top: 20px;
}

.locate-info .btmh p {
    display: flex;
    align-items: center;
    
}

.locate-info .btmh p img {
    margin-right: 10px;
}

.locate-info .map {
    padding-top: 25px;
}
.locate-info .map iframe {
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
}
.inner-page.contact-page .product-bx .title h2 {
    line-height: 120%;
    margin: 0;
    font-size: 36px;
    font-weight: normal;
}
.inner-page.contact-page section.section.section-two .inner.rows {
    align-items: start;
}

.inner-page.contact-page .wizard .from-tab-bx .form-group label {
    color: #121212;
    font-weight: normal;
    position: relative; 
    top: 0;
    background: #fff;
    padding: 0; 
    font-family: 'ALBRA_TEXT_REGULAR';
    font-size: 16px;
    margin-bottom: 10px;
}

.inner-page.contact-page .wizard .from-tab-bx .form-group .form-control {
    border: 0;
    box-shadow: none;
    padding: 5px 0;
    height: 40px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    font-size: 14px;
}
.inner-page.contact-page .wizard .from-tab-bx .form-group {
    border: 0;
    border-radius: 10px;
    padding: 0;
}
.inner-page.contact-page .wizard .from-tab-bx .form-group .form-control::placeholder {
    color: #303030;
}
.inner-page.contact-page .wizard .from-tab-bx .form-group textarea.form-control {
    height: 100px;
}
.inner-page.contact-page .wizard .from-tab-bx h4 {
    font-size: 30px;
    color: #111;
    font-weight: normal;
    font-family: 'ALBRA_TEXT_REGULAR';
}
.inner-page.contact-page .wizard .from-tab-bx {
    border: 0px solid #F3EBE2;
    box-shadow: 0 0 10px 2px #f3f3f3;
}
section.section.section-two.video {}

section.section.section-two.video .center-layout {
    display: flex;
}

section.section .top.info h2.title {
    font-family: ALBRA_TEXT_REGULAR;
    padding-bottom: 10px; 
    margin-top: 0;
}

.top.info {}

section.section .top.info p {
    font-family: "Nunito Sans", sans-serif;
    color: #303030;
    font-weight: 400;
}

section.section.section-two.video .video-bx video {
    padding: 0;
    margin: 0;
    /* border-image: linear-gradient(to right, #E31E26 40%, #7D1115 50%); */
    background: linear-gradient(to right, #E31E26 40%, #7D1115 50%);
    border-radius: 80%;
    border: 0;
    padding: 20px;
}

section.section.section-two-04.home-section {
    padding: 50px 0 60px 0;
}
section.section.section-two-04.home-section .info h2.title {
    margin: 0;
}
section.section.section-two-04.home-section .info .anc {
    padding: 0;
}

section.section.abt-section2 {}

section.section.abt-section2 .row {
    max-width: 1100px;
    margin: auto;
}

section.section.abt-section2, section.section.abt-section2 h3 {
    color: #000;
    font-family: ALBRA_TEXT_REGULAR;
}

section.section.abt-section2 li {
    font-size: 18px;
    margin: 0px 0 10px 0;
}

section.section.section-one.section.abt-section2 .bx {
    border: 4px solid #F3EBE2;
    max-width: 100%;
    margin: auto;
    padding: 30px 50px;
    border-radius: 20px;
    min-height: 340px;
}

.inner-page.contact-page section.section.abt-section4 {
    padding-bottom: 100px;
}

.inner-page.contact-page section.section.abt-section4 .product-img {
    width: 49%;
}

.inner-page.contact-page section.section.abt-section4 .product-info {
    width: 47%;
}

section.section.section-one.section.abt-section2 .bx h3 {
    margin: 0;
    padding-bottom: 10px;
}

section.section.section-one.section-one-01.abt-section4 {}

section.section.section-one.section-one-01.abt-section4 .inner {
    max-width: 1130px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    color: #000;
    border: 0;
}

section.section.section-one.section-one-01.abt-section4 .inner .product-img {
    width: auto;
    border: 0;
}


section.section.section-one.section-one-01.abt-section4 .inner h3 {
    
    color: #000;
    text-decoration: none;
}

section.section.section-one.section-one-01.abt-section4 .inner p {
    color: #303030;
    font-family: 'Nunito Sans';
    font-size: 18px;
    line-height: 160%;
}

.inner-page .product-bx .title.noflex {
    display: block;
}

.inner-page section.section.section-one.section-one-01.abt-section4 .product-bx p.od {
    font-weight: normal;
    font-family: 'Nunito Sans';
    font-size: 20px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #121212;
}

section.section5.home-section {}

section.section5.home-section .space {
    align-items: center;
    display: flex;
}

section.section5.home-section .card-header h2 button {
    color: #121212;
    text-transform: none;
    padding: 0;
    font-size: 20px;
    font-family: 'ALBRA_TEXT_REGULAR';
    text-decoration: none;
    outline: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.section5.home-section .card-header h2 button img.arw-icon {
    transition: .3s ease;
    transform: rotate(180deg);
}

section.section5.home-section .card-header h2 button.collapsed img.arw-icon {
    transition: .3s ease;
    transform: rotate(0deg);
}

section.section5.home-section .card-body p {
    font-size: 18px;
    color: #343434;
}

section.section5.home-section  .accordions {
    padding-right: 20px;
}

.card {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 15px;
}

section.section.blog-secton.section-two-04.slideropt.home-section {
    padding-bottom: 100px;
}

section.section.blog-secton.section-two-04.home-section .bl-bx {
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    overflow: hidden;
    min-height: 460px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: .3s top ease;
}

section.section.blog-secton.section-two-04.home-section .bl-bx img.img-responsive {
    width: 100%;
}

section.section.blog-secton.section-two-04.home-section .center-layout {
    padding-top: 20px;
}

section.section.blog-secton.section-two-04.home-section .bl-bx .info {
    padding: 0 15px;
}

section.section.blog-secton.section-two-04.home-section .bl-bx h3 {
    font-family: 'ALBRA_TEXT_REGULAR';
    color: #041322;
    font-size: 18px;
    line-height: 140%;
    margin-top: 12px;
}

section.section.blog-secton.section-two-04.home-section p {
    font-size: 14px;
    color: #2A2F35;
}

section.section.blog-secton.section-two-04.home-section .date {
    padding: 0 15px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #7E858D;
}

section.section.gallery-section .product-slider {
    overflow: hidden;
}

section.section.gallery-section {}

section.section.gallery-section .swiper-pagination {
    right: 0;
    left: 0;
    width: auto;
    display: flex;
    gap: 7px;
    top: auto;
    bottom: -30px;
}

body .swiper-pagination {
    padding-top: 10px;
    gap: 7px;
    display: flex;
    justify-content: center;
    width: 85%;
}
section.section.instagram-section .swiper-pagination {
    padding-top: 20px;
}
.swiper-pagination span.swiper-pagination-bullet {
    padding: 6px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.sw-slider-rel {
    position: relative;
}

section.section.instagram-section {}

section.section.instagram-section .video-bx {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

section.section.instagram-section .video-bx a {
    display: flex;
}

section.section.instagram-section .video-bx .i-icon {
    position: absolute;
    top: auto;
    background: #0000007d;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -30%;
    opacity: 0;
    transition: .3s bottom ease;
}

section.section.instagram-section .video-bx a:hover .i-icon {
    opacity: 1;
    bottom: 0;
    transition: .3s bottom ease;
}


.inner-page.product-page,
.inner-page.contact-page {
    padding-top: 0px;
}

.inner-page.restaurant-page {
    padding-top: 0px;
}

.inner-page.catering-page {
    padding-top: 0px;
}

div.contact-page {
    padding-top: 0px;
}



body div.inner-page {
    padding-top: 130px;
}

.inner-page  section.section5.abt-section6 {
    padding-top: 0;
    padding-bottom: 70px;
}

.inner-page section.section.section-one-01.abt-section5 {
    padding-bottom: 40px;
}

.inner-page section.section.mission-section.abt-section2 {}

.inner-page section.section.mission-section.abt-section2 .bx {
    border: 0;
    padding: 0 20px 0 40px;
}

.inner-page section.section.mission-section.abt-section2 .bx h3 {
    font-size: 36px;
    padding-bottom: 20px;
    color: #121212;
}

.inner-page section.section.mission-section.abt-section2 .bx p, .inner-page section.section.mission-section.abt-section2 .bx li {
    font-family: 'Nunito Sans';
    color: #3030303;
}

.inner-page section.section.mission-section.abt-section2 .bx ul {
    padding-left: 26px;
}

.inner-page.product-page section.section.section-one.section-one-01, 
.inner-page.restaurant-page section.section.section-one.section-one-01,
.inner-page.catering-page ection.section.section-one.section-one-01{
    padding-top: 80px;
}

.inner-page.product-page .product-tabs {
    justify-content: start;
    padding-bottom: 40px;
}

.inner-page.product-page section.section.section-one.section-one-01 h2.title.black {
    padding: 0;
}

.inner-page.product-page .product-tabs .inner {
    padding: 0;
    border: 0;
}

.inner-page.product-page .product-tabs button.namkeen {
    background: #fff;
    color: #ce1219;
    border: 1px solid #e6e0d8;
    border-radius: 5px;
    padding: 8px 18px;
}

.inner-page.product-page .product-tabs button.namkeen.each-tab.active {
    background: #ce1219;
    color: #fff;
    border-color: #ce1219;
}

.inner-page .anc.shop-btn {}

.inner-page .anc.shop-btn a {
    display: flex;
    align-items: center;
    font-weight: normal;
}

.inner-page .anc.shop-btn a img.icon {
    margin-right: 8px;
}
.category-slider-sec {
    padding: 0px 0px 20px;
}

.category-slider-sec .center-layout {
    
    padding: 0px 15px 20px;
}

.category-slider-sec .swiper-button-prev {
    left: -30px;
    background-image: url(../images/arrow-left-arw.png);
    top: 45%;
}

.category-slider-sec .center-layout .category-slider {
    overflow: hidden;
    
}

.category-slider-sec .swiper-button-next {
    right: -30px;
    background-image: url(../images/arrow-right-arw.png);    
    top: 45%;
}

.swiper-button-prev, .swiper-button-next {
    width: 30px;
    background-size: auto;
    height: 30px;
    box-shadow: 0 0 3px 3px #00000024;
    border-radius: 30px;
}

.category-slider-sec .text-bx {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
}

.inner-page .product-bx .product-info .rw {
    font-family: 'Nunito Sans';
}

.inner-page .product-bx .product-info h3 {
    text-decoration: none;
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 3px;
}

.inner-page .product-bx .product-info .btns-rw {
    padding-top: 10px;
}

.inner-page .product-bx .product-info .shop-btn {}

.inner-page .product-bx .product-info .shop-btn a {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
}

.inner-page .product-bx .product-info .shop-btn.outline a {
    color: #303030;
    border-color: #ccc;
}

.inner-page .product-bx .vertical-tab-content .inner {
    align-items: center;
}

.inner-page.catering-page .title h2 {
    font-size: 36px;
    font-weight: normal;
}

.inner-page.catering-page p {
    font-family: 'Nunito Sans';
    font-size: 18px;
    line-height: 160%;
}

.inner-page.catering-page .product-bx .rws {
    padding-bottom: 30px;
}

.catring-right-formin, .catring-right-form .note{
    box-shadow: 0 0 10px 2px #f3f3f3;
    border-radius: 10px;
    padding: 10px 20px;
}

.catring-right-form h2.title.black {
    display: block;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 0;
}

.catring-right-form .info {
    padding-bottom: 20px;
}

.catring-right-form .from-tab-bx {
    border: 0;
    padding: 0;

}

.catring-right-form .from-tab-bx .form-group {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}

.catring-right-form .from-tab-bx .form-group label {
    position: relative;
    padding: 0;
    margin: 0;
    top: auto;
    font-family: 'ALBRA_TEXT_REGULAR';
    font-size: 16px;
}

.catring-right-form .from-tab-bx .form-group .form-control {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

section.section.section-one.section-one-01.abt-section4 .inner .product-img img {
    max-width: 90%;
}

.inner-page section.section.section-one.section-one-01 .image > img {
    max-width: 80%;
}

.inner-page.info-page {}

.inner-page.info-page h3 {
    font-family: 'Nunito Sans';
    color: #111;
    font-size: 18px;
    font-weight: 700;
}

.inner-page.info-page section.section.section-one.section-one-01 .infoo p {
    font-family: "Nunito Sans", sans-serif;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.inner-page.job-page {}

.inner-page.job-page section.section.section-one.section-one-01 .image > img {
    max-width: 110px;
}

.inner-page.job-page section.section.section-one.section-one-01 .bx.info {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 15px;
    margin: 15px 0;
    align-items: center;
}

.inner-page.job-page .rights {
    padding-left: 15px;
}

.inner-page.job-page section.section.section-one.section-one-01 .bx.info h2 {
    font-size: 20px;
    color: #000;
    padding-bottom: 0;
}

.inner-page.job-page section.section.section-one.section-one-01 .bx.info p {
    padding: 0 0 5px 0;
    color: #111;
    margin: 0;
}

span.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    width: 100%;
}

small.form-error {
    position: absolute;
    bottom: 5px;
}

.inner-page.thnk-page {}

.inner-page.thnk-page .text-info {
    padding: 0px 0 100px;
}
.inner-page.thnk-page .topicon {
    text-align: center;
}

.inner-page.thnk-page .topicon img.img-responsive {
    max-width: 150px;
    margin: auto;
}

@media (min-width: 1600px) {
    
section.section.gallery-section.section-two-04.home-section {
    padding-top: 0;
}

section.section.instagram-section.section-two.section-two-04.home-section {
    padding-top: 30px;
}

section.section.blog-secton.section-two-04.home-section{
    padding-top: 10px;
}

    section.section.hero-section .dflex .btm-title {
    padding-left: 60px;
}
body section.section.slider-section .descriptions {
    right: 15%;
}
}

@media (min-width: 1500px) {
    
    .image-bx .img-responsive {
        width: 100%;
    }  
    
    section.section5.home-section .col-sm-5 .image > img {
    width: 100%;
}

}
@media (min-width: 1024px) {
    section.section.blog-secton.section-two-04.home-section .bl-bx:hover {
    top: -10px;
    transition: .3s top ease;
}
.product-desc-page .left-side {
    position: sticky;
    top: 20px;
}
.inner-page.contact-page .product-bx .product-info {
    position: sticky;
        top: 120px;
 
}
}
@media (max-width: 799px) {
  .wrapper {
			max-width: 360px;
		}
}

.swiper.hero-slider {}

.swiper.hero-slider span.swiper-pagination {
    position: absolute;
    bottom: 35px;
}

.swiper.hero-slider span.swiper-pagination span.swiper-pagination-bullet {
    background: #fff;
    padding: 6px;
}

.swiper.hero-slider span.swiper-pagination .swiper-slide.swiper-slide-next.swiper-slide-prev {}

.swiper.hero-slider .swiper-slide img,
.swiper.hero-slider video {
    height: 100vh;
	width: 100%;
	object-fit: cover;
	float: left;
}

.swiper-slide.swiper-slide-next.swiper-slide-prev {}

section.section {
    padding: 100px 0px;
}
section.section.section-three {
    padding: 0;
}
section.section .container-fluid, footer .container-fluid {
    padding: 0 120px;
}

section.section.section-one {
    padding: 100px 0;
}

section.section.section-one > .row,
section.section.section-two > .row,
section.section.section-four > .row {
	display: flex;
    align-items: center;    
}

section.section.section-one .info {
    padding: 0 210px;
}

.info h2 {
    font-size: 36px;
    text-transform: none;
    font-family: ALBRA_TEXT_REGULAR;
    color: #121212;
    line-height: 120%;
    font-weight: normal;
    padding-bottom: 10px;
}

.info p {
    font-family: "Nunito Sans", sans-serif;
    color: #303030;
    font-weight: 400;
    font-size: 20px;
	line-height: 150%;
}

.info.black p {
    color: #333;
}

.anc {
    padding-top: 20px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
}  

section.section2.section .anc {
    padding-top: 0px;
}  

.anc a {
    background: #ce1219;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    padding: 12px 22px;
    text-decoration: none;
    line-height: 150%;
    font-weight: bold;
    align-items: center;
    width: auto;
    justify-content: start;
    margin-top: 0;
    transition: .3s transform ease;
    position: relative;
    z-index: 9;
    transform: translate(3px, -3px);
}
ul.list-inline .anc button.default-btn {
    background: #ce1219;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    padding: 8px 22px;
    text-decoration: none;
    line-height: 150%;
    font-weight: bold;
    align-items: center;
    width: auto;
    justify-content: start;
    margin-top: 0;
    transition: .3s transform ease;
    position: relative;
    z-index: 9;
    transform: translate(3px, -3px);
    border: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
}

ul.list-inline .anc button.default-btn:hover {
    transition: .3s transform ease;
    left: 0px;
    top: 0px;
    transform: translate(0px, 0px);
}

.anc a:hover {
    transition: .3s transform ease;
    left: 0px;
    top: 0px;
    transform: translate(0px, 0px);
}

.no-h.red a {
    display: flex;
    align-items: center;
    margin: 0 20px;
    color: #CE1219;
    font-family: 'ALBRA_TEXT_REGULAR';
    font-size: 18px;
    text-decoration: none;
}

.no-h.red {}

.no-h.red a img {
    margin-left: 7px;
}

section.section.section-two .pimage a {
	transition: .6s ease;
    transform: translateY(0px);	
    position: relative;
}
section.section.section-two .pimage:hover a{
    transform: translateY(-10px);
    transition: .3s ease;
}
    
section.section.section-two {
    padding: 80px 0;
}

section.section.section-two .pimage a {
    text-align: center;
    display: inline-block;
}

section.section.section-two .pimage .title h4 {
    color: #000;
}

section.section.section-two .title h4 {
    color: #000;
    font-weight: bold;
}  


section.section.section-four {
    padding: 90px 0;
}

section.section.section-four .product-slider {
    background: #fcf4ee;
    border-radius: 30px;
    padding: 80px 50px;
}

section.section.section-four .product-slider .row {
    padding: 0 150px;
}


section.section.section-four span.swiper-button-prev {
	left: 30px;
}
section.section.section-four span.swiper-button-next {
	right: 30px;
}

section.section.section-four span.swiper-button-prev, 
section.section.section-four span.swiper-button-next {
    background: #fff;
    padding: 0;
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 80px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: flex;
}

section.section.section-four span.swiper-button-prev::after, 
section.section.section-four span.swiper-button-next::after {
    color: #000;
    font-size: 30px;
}

section.section.section-four .product-slider .info {
    padding: 0 50px;
}

section.section.section-four .swiper-slide .image img {
  transform: translate(0%, 10%);
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) .001s;
}

section.section.section-four .swiper-slide.swiper-slide-active .image img {
  transform: translate(0%, 0%);
}


section.section.section-two-1 {
    padding-top: 0px;
    padding-bottom: 100px;
}
section.section.section-two-1 .top.info {
    padding-bottom: 30px;
}

section.section.section-two-1 .center-layout,
section.section.section-two-2 .center-layout{
    padding-top: 30px;
}

.center-layout {
    padding-top: 30px;
    justify-content: center;
}
section.section.top-space-none {
    padding-top: 0;
}
section.section.section-two-1 .product-bx .title {
    /* display: inline-block; */

    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
    width: auto;
}

section.section.section-two-1 .product-bx {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

section.section.section-two-1 .product-bx .title h4 {
    color: #512700;
    font-size: 20px;
}

section.section.section-two-1 .pimage a img {

}

section.section.section-two-1 .pimage a {
    text-align: center;
    text-decoration: none;
}

section.section.section-two-1.btw-experince .title h4 {
    font-weight: 500;
    font-family: ALBRA_TEXT_REGULAR;
    padding-top: 15px;
    font-weight: bold;
}

section.section.section-two-1.btw-experince .pimage:before {
    content: "";
    top: 0;
    right: -40px;
    position: absolute;
    height: 44px;
    width: 53px;
    display: block;
    background: url(../images/red-btw.png);
    background-repeat: no-repeat;
    left: auto;
}

section.section.section-two-1.btw-experince .last .pimage:before {
    display :none;
}

section.section.section-two-2 .video-bx video{
    border-radius: 30px;
    border: 10px solid #fff;
}
section.section.section-two-2 {
    padding-top: 0px;
}

section.section.section-two-3 .top.info {
    padding-bottom: 40px;
}

section.section.section-two-3 {
    background: #F5ECDA;
}

section.section.section-two-3 .anc {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}  

section.section.section-two-3 .anc a {
    display: flex;
    width: auto;
}

section.section.section-three-01{ 
    padding: 100px 0;
}

section.section.section-three-01 .rating p {
    display: flex;
    align-items: center;
}

section.section.section-three-01 .rating p > img {
    margin: 0 5px;
}

section.section.section-three-01 .top.info {
    padding-bottom: 50px;
}

.logo-slider {
    padding: 30px 0 50px;
}

.logo-slider .image,.logo-slider .swiper-slide {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
}

.clients-carousel .item > img {
    max-width: 180px;
    align-items: center;
    /* height: 100px; */
    width: auto;
}

.logo-slider .owl-stage {
    align-items: center;
    display: flex;
}

section.section.section-one.section-one-01 .info {
    padding: 0 0 15px 0;
}

section.section.section-one.section-one-01 .d-flex {
    display: flex;
    flex-wrap: wrap;
}

section.section.section-one.section-one-01 .d-flex .box {
    width: 50%;
    display: flex;
    align-items: center;
}

section.section.section-one.section-one-01 .d-flex .box .image img {
    max-width: 43px;
}

section.section.section-one.section-one-01 .info-r {}

section.section.section-one.section-one-01 .info h2 {
    margin-top:0;
}

section.section.section-one.section-one-01 .info p {
    font-size: 18px;
}

.vr-center-layout {
    display: flex;
    align-items: center;
}

section.section.section-one.section-one-01 .info-r h3 {
    text-transform: none;
    color: #101010;
    line-height: 100%;
    padding-bottom: 0px;
    font-family: 'ALBRA_TEXT_REGULAR';
    font-size: 20px;
    font-weight: 600;
}

section.section.section-one.section-one-01 .d-flex .box .image {
    margin-right: 20px;
}

section.section.section-one.section-one-01 .info-r p {
    text-transform: none;
    font-family: 'Nunito Sans';
    color: #303030;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 150%;
}

section.section.section-one .image.btm {
    /* transform: rotateY(
180deg); */
    display: flex;
    justify-content: start;
    width: 100%;
    padding-top: 30px;
}

section.section.section-one .image.btm img {
    transform: rotateY(180deg);
    max-width: 300px;
}

section.section.section-two-04 {}

section.section.section-two-04 .info.d-flex {
    display: flex;
    align-items: center;
}

section.section.section-two-04 .anc a {
    display: flex;
    align-items: center;
    margin: 0px 29px;
}

section.section.section-two-04 .info h2.title {

}

section.section.section-two-04 .video-bx video {
    margin: 0px 0 0;
    border-radius: 10px;
    border: 0px solid #fff;
}
.d-flex.jutify-content-center {
    justify-content: center;
}
.insta-btn.anc a img.icon {
    margin-right: 8px;
}
section.section.section-two-04.slideropt.home-section .insta-btn.anc {
    margin-top: 40px;
}

section.section.section-two-04.slideropt.home-section .insta-btn.anc a {
    background: linear-gradient(90deg, #fcbf5a, #e04260 35.6%, #dd3c67 54.23%, #ad2295 75%, #6b13c1);
    margin: 0;
}
.insta-btn.anc {
    position: relative;
}

.insta-btn.anc span.btn-bg {
    background: #ffd7a4;
    background: linear-gradient(90deg, #fcbf5a, #e04260 35.6%, #dd3c67 54.23%, #ad2295 75%, #6b13c1);
    opacity: .4;
}
.product-tabss .inner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 20px;
    display: flex;
}
.from-tab-bx ul.list-inline .anc {
    width: 100%;
}
.vertical-tab-content .product-tabss .inner {
    border-bottom: 1px solid #ccc !important;
}
.product-tabss a.each-tab {
    color: #afafaf;
    text-decoration: none;
    padding: 10px;
    position: relative;
    top: 1px;
    font-size: 14px;
}
.ltab-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 5px;
    padding-top: 20px
}
.ltab-parent button.ltab-btn {
    height: auto;
    padding: 6px 12px;
    align-items: center;
    gap: 12.357px;
    border-radius: 5px;
    border: 1px solid #D5D3D0;
    background: transparent;
    font-size: 14px;
}
.ltab-parent button.ltab-btn.ative {
    border: 1px solid #ce1219;
}
.product-tabss a.each-tab.active {
    color: #000;
    border-bottom: 1px solid #ce1219;
}

.product-tabss .inner {
}

footer.footer-section {
    background: linear-gradient(180deg, #6e0206, #3f0406);
    background-position: bottom;
    padding-top: 70px;
	padding-bottom: 0;
}


footer.footer-section .title-head h2 {
    font-size: 36px;
    padding-bottom: 10px;
    line-height: 130%;
}

.footer-top .btns a {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #3D8027;
    color: #3D8027;
    margin: 0 5px;
	text-decoration:none;
	transition: .3s ease;
}

.footer-top .btns a:hover {
	background: #3D8027;
	color: #fff;
}

.footer-top .btns a svg.icon {
    margin-left: 5px;
}

.footer-top .btns {
    display: flex;
    justify-content: center;
}

.footer-top .btns a {
    display: flex;
    padding: 10px 25px;
    border-radius: 50px;
    background: #3D8027;
    border: 1px solid #3D8027;
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    transition: .3s ease;
}

.footer-top .btns a:hover {
	background: #1D5C08;
	color: #fff;
}

.footer-top .btns a.outline {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #3D8027;
    color: #3D8027;
    margin: 0 5px;
	text-decoration:none;
	transition: .3s ease;
}

.footer-top .btns a.outline:hover {
	background: transparent;
	border: 1px solid #1D5C08;
	color: #1D5C08;
}

footer.footer-section .footer-top {}

footer.footer-section .footer-top h4 {
    margin-bottom: 10px;
}

footer.footer-section .footer-top .title-head {
}

footer.footer-section .footer-top .btns {
    padding-bottom: 80px;
}

footer.footer-section .footer-btm {}

footer.footer-section .footer-btm h4 {
    font-family: 'ALBRA_TEXT_REGULAR';
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

footer.footer-section .footer-btm ul {
    padding: 0;
}

footer.footer-section .footer-btm .footer-btm-top ul li {
    list-style: none;
    margin: 0 0 7px 0;
}

footer.footer-section, footer.footer-section .footer-btm ul li a, footer.footer-section .footer-btm p {
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito Sans';
}

footer.footer-section .footer-btm-top {
	padding-bottom: 50px;
}

footer.footer-section .footer-btm .footer-btm-top .row {

    width: 100%;
}

footer.footer-section .footer-btm .footer-btm-top .row .footer-links {

}

footer.footer-section .footer-btm .footer-btm-top .row::before,footer.footer-section .footer-btm .footer-btm-top .row::after {
    display: none;
}

footer.footer-section .footer-btm .footer-btm-mid .container {
    /*display: flex;
	justify-content: space-between;
    align-items: center;*/
}

.footer-mid-left ul {
    display: flex;
}

footer.footer-section .footer-btm .footer-btm-mid .container::before,footer.footer-section .footer-btm .footer-btm-mid .container::after {
    display: none;
}

footer.footer-section .footer-btm ul a {}

footer.footer-section .footer-btm .footer-mid-left ul {
    margin: 0;
}

footer.footer-section .footer-btm .footer-btm-mid .footer-mid-left ul li a {
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    font-size: 18px;
    width: 36px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	transition: .3s ease;
}
footer.footer-section .footer-btm .footer-btm-mid .footer-mid-left ul li a svg {
    max-width: 16px;
}
footer.footer-section .footer-btm .footer-btm-mid .footer-mid-left ul li a:hover{
	 border-color: #fff;
}
footer.footer-section .footer-btm .footer-btm-mid li {
    list-style: none;
}
footer.footer-section .footer-btm .footer-btm-mid .footer-mid-left ul li {
    margin-right: 10px;
	margin-bottom: 0;
}

footer.footer-section .footer-btm .footer-btm-mid {
    border-top: 1px solid #ffffff3d;
    border-bottom: 1px solid #ffffff3d;
    padding: 11px 0;
}

.footer-btm-last {
    padding: 30px 0;
}

.footer-btm-last .container .row {
    display: flex;
}

.footer-btm-last .container::before,.footer-btm-last .container::after {
    display: none;
}

.footer-btm-last p {
    font-size: 14px;
}

.footer-btm-last a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

footer.footer-section .footer-btm .footer-btm-last ul {
    display: flex;
}

footer.footer-section .footer-btm .footer-btm-last ul li {margin-left: 40px;}

footer.footer-section .footer-btm .footer-btm-last ul li a {
    display: inline-block;
}

.footer-mid-right {
    display: flex;
}

.footer-mid-right a {
    color: #333;
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.footer-mid-right a i.fa {
    margin-right: 10px;
    font-size: 22px;
}

footer.footer-section .footer-mid-right a {
    font-size: 16px;
    text-decoration: none;
    
    color: #fff;
}

footer.footer-section .footer-mid-right {
    display: flex;
    justify-content: end;
}

footer.footer-section .footer-mid-right a > img {
    margin-right: 10px;
}

footer.footer-section .footer-mid-right a > img {

}

a.topscroll {
    position: fixed;
    bottom: 10px;
    right: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #b91a20;
    width: 40px;
    height: 40px;
    border-radius: 44px;
    transition: all 0.4s;
    color: #000;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 28%);
    display: flex;
    align-items: center;
    justify-content: center;
}
a.topscroll > img {
    filter: drop-shadow(0px 1000px 0 #fff);
    transform: translateY(-1000px);
}
section.section2.about.home-section {
    padding: 100px 0px;
    margin: 100px 0 0px;
    background: url(../images/bgFrame-img4.jpg);
}
section.section2.about.home-section .space {
    padding: 50px 0 20px;
}
section.section2.about.home-section h5.lbl {
    color: #121212;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    margin-bottom: 0;
}
section.section2.about.home-section h2.three {
    font-size: 36px;
}

section.section2.about.experience-section {}

section.section2.about.experience-section .left .info {
    padding-left: 50px;
}

section.section2.about.experience-section .right .info {
    padding-right: 40px;
}

section.section.section-two.video.home-section {
    padding-bottom: 70px;
}

section.section.section-two.video.home-section .container-full {
    position: relative;
}

section.section.section-two.video.home-section .container-full:after {
    content: "";
    display: block;
    content: "";
    height: 44px;
    width: 100%;
    display: block;
    background: url(../images/red-btw.png);
    position: absolute;
    top: 50%;
    left: 0;
}
section.section.section-two.video.home-section .container-full .container-fluid {
    position: relative;
    z-index: 99;
}

section.section.section-two-1.btw-experince {
    background-image: url(../images/brown-bg.jpg);
    padding: 60px 0;
    /* background-repeat: no-repeat; */
    background-size: cover;
    margin-bottom: 60px;
}

section.section.section-two.section-two-3 {
    background: url(../images/about-bg.jpg); 
    padding: 50px 0;
}

section.section.section-two.section-two-3 .top.info h2.title {
    color: #FEEACD;
}

section.section.section-two.section-two-3 .top.info p {
    color: #fff;
}

section.section.section.section-three-01.home-section {
    background: url(../images/circle-bg.png);
}

section.section.section.section-three-01.home-section h2.title {
    font-size: 30px;
    
    color: #101010;
    font-weight: 600;
}

section.section.section.section-three-01.home-section  .top.info p {
    font-family: ALBRA_TEXT_REGULAR;
    font-size: 20px;
}

section.section.section-one.section-one-01.home-section{
    padding-top:0;

}

.inner-page span.btn-bg.light-red {
    background: #ce1219;
    margin: 0;
    opacity: .4;
}
.inner-page .anc {
    margin: 0;
    padding: 0;
}

.inner-page section.section.section-one.abt-section1 {}

.inner-page section.section.section-one.abt-section1 .image >img {
    width: 100%;
}

.inner-page section.section.section-one.abt-section1 .top.info {
    padding-right: 70px;
}

.catring-right-form {}

.catring-right-form .note {
    box-shadow: none;
    border: 1px solid #DEDEDE;
    font-size: 14px;
    line-height: 150%;
    color: #303030;
}

.catring-right-form .note h4 {
    font-size: 16px;
    font-family: 'ALBRA_TEXT_REGULAR';
    color: #303030;
}

.catring-right-form .note p {
    font-size: 14px;
    margin: 5px 0;
    color: #303030;
}

.catering-page .wizard-inner ul.nav.nav-tabs {
    position: relative;
}

.catering-page .wizard-inner ul.nav.nav-tabs:before {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #dddddd;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

.catering-page .wizard-inner ul.nav.nav-tabs li a {
    font-family: 'Nunito Sans';
    text-align: center;
    flex-direction: column;
    font-size: 14px;
    color: #303030;
}

.catering-page .wizard-inner ul.nav.nav-tabs li.active a {
    background: transparent;
    font-size: 14px;
}

.catering-page .wizard-inner ul.nav.nav-tabs {padding: 0;border: 0;}
.catering-page .wizard-inner ul.nav.nav-tabs li a .count {
    border: 1px solid  #ccc;
    background: #fff;
    color: #303030;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.catering-page .wizard-inner ul.nav.nav-tabs li.active a .count {
    border: 1px solid  #333;
    background: #333;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.catering-page .wizard-inner ul.nav.nav-tabs li a p {
    padding-top: 10px;
    font-size: 14px;
}




.vertical-tab-contents .product-bx  .kolkata-chanachur-namkeen-parent {
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    
	.swiper.hero-slider .swiper-slide img, .swiper.hero-slider video {
		height: 90vh
	}
	section.section.section-one .info {
		padding: 0 30px;
	}

	section.section .container-fluid, footer .container-fluid  {
		padding: 0 60px;
	}

	.info h2 {

	}

	.info p {
		font-size: 18px;
		line-height: 140%;
	}

	section.section.section-two .title h4 {
		font-size: 16px;
	}

	section.section.section-one {
		padding: 60px 0;
	}

	.info p {
		font-size: 17px;
	}

	section.section.section-four .product-slider .row {
		padding: 0 60px;
	}
	
	.navbar .container-fluid {
        padding: 0 60px;
    }
    
   
	
	section.section.slider-section {
    	/*.item .child > img {
            
    	}
    	.item.active .child > img {
            
    	}*/
        .content {
            width: 68% 
        }
        .item {
            left: 35%;
            transform: translate(-35%, -50%);
            top: 50%;
        }
        .title {
            font-size: 70px;
        }
        .descriptions {
            right: 18%;
            top: 30%;
        }
    }
    
    .anc {
        padding: 0;
    }

    section.section2.section .container-fluid .image img.sl-img {
        width: 100%;
    }
    
    section.section2.section h2 {
        font-size: 42px;
    }
    
    section.section2.section h4 {
        font-size: 20px;
        line-height: 150%;
    }
    
    section.section2.section .container-fluid {
        padding-bottom: 20px;
    }
    
    section.section.section-two {
        padding-bottom: 70px;
    }
    
    section.section.section-two h2.title {
        margin-top: 0;
    }
    
    section.section.section-three-01 {
        padding: 70px 0 50px;
    }
    
    .clients-carousel .item > img {
        max-width: 140px;
        min-width: 90px;
    }
    
    .logo-slider .swiper-wrapper {}
    
    section.section.section-one.section-one-01 .info-r h3 {
        font-size: 20px;
        padding-bottom: 0;
        margin-bottom: 6px;
    }
    
    section.section.section-one.section-one-01 .info-r p {
        line-height: 130%;
    }
    
    section.section.section-one.section-one-01 .d-flex .box .image img {
        max-width: 40px;
    }
    
    section.section.section-one .image.btm img {
        max-width: 220px;
    }
    
    section.section.section-one.section-one-01 .info-r h3 {
        padding-bottom: 0;
        margin-bottom: 7px;
    }
    
    section.section.section-one.section-one-01 .info-r p {
        line-height: 130%;
    }
    
    section.section.section-one.section-one-01 .info-r p {
    font-size: 16px;
}


section.section.section.section-three-01.home-section .top.info p{
    font-size: 18px;
}

section.section.section-one.section-one-01 .info-r h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 4px;
}
section.section.section-one.section-one-01.home-section h2.title {
    padding-bottom: 0;
}

section.section.section-one.section-one-01.home-section {}

section.section.section-one.section-one-01.home-section .leftsi {
    display: flex;
    flex-direction: column;
}

section.section.section-one.section-one-01.home-section .leftsi .image.btm {
    order: 2;
    padding-top: 0;
}

section.section.section-one.section-one-01.home-section .leftsi .d-flex {
    order: 3;
    padding-bottom: 15px;
}

section.section.section-one.section-one-01.home-section {
    
}

    footer.footer-section .footer-mid-right {}
    
    footer.footer-section .footer-mid-right a {
        font-size: 15px;
        margin: 0 10px 0 0;
    }
    
    footer.footer-section .footer-mid-right a > img {
        margin-right: 5px;
    }
    
    .catering-page section.section.section-two h2.title{
        margin-top: 20px;
    }
    
    
    



@media screen and (min-width: 800px) {
    section.section.section-one.section-one-01.abt-section4 .inner .product-img img {
    max-width: 75%;
    margin: auto;
}
}
@media screen and (max-width: 1680px) {
    section.section.hero-section .btm-title h1 {
        font-size: 45px;
    }
    section.section.hero-section .btm-title p br {
    display: none;
}
}

@media screen and (max-width: 1480px) {
    
    .inner-page.catering-page .title h2 {
    font-size: 30px;
}
    section.section5.home-section .card-body p {
    font-size: 16px;
}
section.section2.about.home-section .space {
    padding: 40px 0 15px;
}
.logo-slider {
    padding: 10px 0 20px;
}

section.section5.home-section .card h2 {
    margin-bottom: 1px;
    margin-top: 13px;
}
    section.section2.section h4 {
    font-size: 18px;
}
    section.section.hero-section .btm-title h1 {
        font-size: 45px;
    }
    section.section.hero-section .btm-title p br {
    display: none;
}
section.section2.about.home-section h2.three {
    font-size: 36px;
    margin: 0;
    padding: 10px 0 0 0; 
}
.product-bx .elevate-your-tea-time {
    min-height: 160px;
}

    body section.section2.section .container {
        
    }
    section.section2.section h4 {
        font-size: 18px;
    }
    body section.section2.section .container-fluid .image {

    }
    .inner-page .product-bx .product-img > img {
    object-fit: cover;
    height: 100%;
}
section.section2.section h2, .info h2 {
    font-size: 30px;
}

section.section2.about.home-section h2.three {
    font-size: 30px;
}
section.section2.section h4 {
    font-size: 18px;
        line-height: 140%;
}
}

@media screen and (max-width: 1480px) {
    body .navbar .container-fluid, body section.section .container-fluid, body footer .container-fluid {
        max-width: 1170px;
    }
}


@media screen and (max-width: 600px) {
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #e31e26;
    border: 0;
    color: #000;
}

.navbar-default .navbar-toggle  span.icon-bar {
    background: #fff;
}

.navbar-header {
}

.navbar-default .navbar-toggle {
    margin-top: 15px;
}

nav.navbar.navbar-default ul.nav.navbar-nav {
    padding-bottom: 30px;
    margin: 0;
    padding: 10px 40px 20px 40px;
}

nav.navbar.navbar-default div#myNavbar {
    background: #b90008;
    border: 0;
}

	.navbar-header a.navbar-brand img.logo {
    max-width: 100px;
}

body .container div.navbar-header a.navbar-brand {
    margin: 10px;
    padding: 0;
}

.navbar-default .navbar-brand {
    float: left;
    padding-left: 0;
}

.container>.navbar-collapse .navbar-brand {
    width: 100%;
    margin: 0;
}

.navbar-header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.navbar-header:before,.navbar-header:after {
    display: none;
}

.navbar-default .navbar-toggle {
    margin-right: 0;
}

.swiper.hero-slider .swiper-slide img, .swiper.hero-slider video {
    height: 350px;
}

section.section.section-one {
    padding: 30px 0;
}

section.section.section-one .row, section.section.section-two .row, section.section.section-four .row {
    display: block;
}

section.section .container-fluid, footer .container-fluid  {
    padding: 0 24px;
}

section.section.section-one .info {
    padding: 0;
}
.info h2 {
    font-size: 24px;
}
.info p {
    line-height: normal;
}

.anc a {
    padding: 8px 23px;
}

section.section.section-two {
    padding: 20px 0;
}

section.section.section-two .info {
    padding-bottom: 20px;
}

section.section.section-two .product-bx {
    padding: 0 30px;
}
section.section.home-section.food-feat-section.section-one-01.home-section h2.title {
    padding: 0;
}
section.section.gallery-section.section-two-04 h2.title, section.section.blog-secton.section-two-04.home-section h2.title {
    padding: 0;
}

section.section.section-four {
    padding: 30px 0;
}

section.section.section-four .product-slider .row {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}

section.section.section-four .product-slider .info h2 {
    font-size: 24px;
}
section.section.section-four .product-slider {
    padding: 20px 0px 30px;
}
section.section.section-four .product-slider .info {
    padding: 0 20px;
}
section.section.section-four .image {
    padding: 10px 40px 0;
}
section.section.section-four span.swiper-button-prev {
    left: 10px;
}

section.section.section-four span.swiper-button-prev, section.section.section-four span.swiper-button-next {
    width: 32px;
    height: 32px;
}

section.section.section-four span.swiper-button-prev::after, section.section.section-four span.swiper-button-next::after {
    font-size: 17px;
}

section.section.section-four span.swiper-button-next {
    right: 10px;
}

section.section.section-four .anc a {
    font-size: 16px;
}

section.section.section-four .anc {
    padding-top: 10px;
}

section.section.section-four .info p {
    font-size: 15px;
}

section.section.slider-section .descriptions {
    left: 0;
    right: 0;
    right: -20%;
        bottom: 40%;
        top: auto;
        left: 0;
}



.item.active .child > img {}

section.section2.section .container {
    position: relative;
    padding: 0 24px 20px;
    margin: 0;
    width: 100%;
    text-align: center;
}

section.section2.section .container-fluid-in {
    flex-direction: column;
    background-size: cover;
}

section.section2.section .container h4, section.section2.section .container h2 {
    text-align: center;
}

.anc {}

section.section2.section .anc a {
    display: flex;
    width: auto;
}

section.section2.section .anc {
    display: flex;
    justify-content: center;
}

footer.footer-section .footer-mid-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 15px;
}

footer.footer-section .footer-mid-right a {
    justify-content: center;
    display: block;
}

footer.footer-section .footer-mid-right a > img {
    display: inline-block;
}

footer.footer-section .footer-mid-left {
    display: flex;
    justify-content: center;
}

footer.footer-section.section-space {
    padding-top: 30px;
}

section.section.section-two-04 .info.d-flex {flex-direction: column;}

section.section.section-two-04  .row {
    padding-top: 0;
}

section.section.section-one.section-one-01 .d-flex .box {
    flex-direction: column;
    align-items: start;
}

section.section.section-three-01 .rating p {
    flex-wrap: wrap;
}

section.section.section-two .product-bx {
    padding-bottom: 60px;
}

section.section.section-two .row {
    padding-top: 0;
}

section.section2.section .container-fluid .image {
    left: 0;
}

section.section2.section .container-fluid {
    padding: 0;
}

.navbar-default a.navbar-brand {
    /* position: relative; */
}

.navbar-default a.navbar-brand {}

.navbar .container-fluid {
    padding: 0;
}

nav.navbar.navbar-default .top {
    display: block;
}

.navbar-default .navbar-brand img.logo {
    max-width: 100px;
}

.navbar-flex {
    justify-content: end;
    /* display: block; */
}

.navbar-flex .shop-btn {
    margin: 0 10px 0 0;
    position: relative;
}




.navbar-default button.navbar-toggle {
    margin: 5px 10px 0 0;
    height: 40px;
    margin-top: -1px;
    border-radius: 30px;
}

nav.navbar.navbar-default div#myNavbar {
    position: absolute;
    top: 70%;
    width: 100%;
    left: 0;
}

ul.nav.navbar-nav.navbar-right {}

nav.navbar.navbar-default ul.nav.navbar-nav {
    display: block;
    margin: 0;
    padding: 0;
}

nav.navbar.navbar-default ul.nav.navbar-nav li a {
    color: #fff;
    padding: 6px 15px;
    margin: 6px 0;
}

nav.navbar.navbar-default ul.nav.navbar-nav li span {
    display: none;
}

nav.navbar.navbar-default ul.nav.navbar-nav li {
    display: block;
    border-bottom: 2px solid #f9868b;
    margin: 0;
}

nav.navbar.navbar-default ul.nav.navbar-nav li:last-child {
    border: 0;
}

section.section.slider-section .item {
    position: relative;
    top: 20%;
}

body section.section.slider-section .title {
    transform: translateX(20%);
    /* position: relative; */
    right: 0;
    /* top: auto; */
    top: 0;
    margin: auto;
    font-size: 30px;
}

body section.section.slider-section .item .child > img {
    width: 50%;
    scale: .6;
    /*opacity: 0;*/
}

body section.section.slider-section .item.active .child > img {
    scale: .7;
    width: 100%;
}

section.section.slider-section .content {
    height: 600px;
    width: 100%;
    left: -10px;
    overflow: hidden;
}

section.section.slider-section .wrapper {
    display: flex;
    flex-direction: column-reverse;
}

body section.section.slider-section .item .child {
    left: 20%;
}

body section.section .container-fluid, body footer .container-fluid {
    padding: 0 15px;
}

.inner-page section.section.section-one {
    padding: 30px 0;
}
.inner-page section.section.section-one.section-one-01 {
    padding-top: 0px;
}
.inner-page.restaurant-page section.section.section-one .rights {
    width: 100%;
}

.inner-page.restaurant-page section.section.section-one .rows {
    flex-direction: column;
}

.inner-page .product-bx .vertical-tab-content .inner {
    flex-direction: column;
}

.inner-page .product-bx .product-img {
    width: 100%;
}

.inner-page .product-bx .product-info {
    width: 100%;

    padding-top: 20px;
}

.inner-page .product-bx .rw {
    padding: 3px 0;
}

.inner-page .product-bx .title {
    font-size: 20px;
}

.inner-page .product-bx .title > img {
    max-width: 45px;
}

.inner-page .product-bx .btns-rw .shop-btn a {
    font-size: 16px;
    padding: 4px 14px;
}

.inner-page .product-bx .btns-rw {
    padding: 10px 0 0 0;
}

.inner-page .product-bx h3 {
    margin-top: 5px;
}

.inner-page.restaurant-page section.section.section-one .lefts .d-flexs {
    display: flex;
    width: 100%;
    padding: 0;
    gap: 10px;
}

.inner-page.restaurant-page section.section.section-one .lefts {
    width: 100%;
    padding-bottom: 20px;
    overflow: auto;
    scrollbar-width: none;
}

.inner-page.restaurant-page section.section.section-one .lefts .d-flexs .box {
    width: 100%;
    white-space: normal;
    min-width: 109px;
}

.product-listing .product-bx {
    padding: 0 0px;
}

.product-tabout .product-tabs {
    padding-bottom: 40px;
}

.product-tabout .product-tabs .inner {
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
}

body section.section2.section .container-fluid .image {
    left: 0;
    margin: auto;
    right: 0;
}

.packaged-snacks-sl .image {
    display: flex;
    justify-content: center;
}

.inner-page.catering-page section.section.section-one, .inner-page.catering-page section.section.section-two {
    padding: 20px 0 0;
}

section.section.section-two .product-bx {
    padding: 0;
}

.inner-page.catering-page section.section.section-two .product-img, 
.inner-page.catering-page section.section.section-two .product-info, 
.inner-page.contact-page section.section.section-two .product-info {
    width: 100%;
}

.inner-page.catering-page section.section.section-two {}

.inner-page.catering-page section.section.section-one {
    padding-bottom: 40px;
}

.product-tabss {
    width: 100%;
}

.product-tabss .inner {
    justify-content: start;
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
}

.product-tabss .inner a.each-tab {
    white-space: nowrap;
}

body .wizard .from-tab-bx.full {
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
}

.ltab-parent {
    gap: 7px 4px;
}

.ltab-parent button.ltab-btn {
    padding: 5px 15px;
    font-size: 14px;
}
.wizard .from-tab-bx .form-group {
    margin-bottom: 20px;
    margin-top: 0;
}

footer .logo-image {
    display: flex;
    justify-content: center;
}

.footer-btm-top img.logo {
    max-width: 120px;
}

footer.footer-section.section-space {
    padding-top: 15px;
}

footer.footer-section .footer-btm .footer-btm-top .row {
    /* margin: auto; */
}

body footer .container-fluid {
    /* padding: 0; */
}

footer.footer-section .footer-btm-top {
    padding-bottom: 13px;
}

.footer-btm-last {
    padding: 10px 0;
}

section.section.section-two.section-two-04.slideropt.home-section .center-layout {
    padding: 0 0 15px 0;
}

.top.info p br {
    display: none;
}
section.section.section-two.section-two-1.home-section {
    padding: 50px 0;
}

section.section.section-two.section-two-1.home-section .center-layout {
    padding: 0;
    margin-top: -20px;
}

section.section.section-two.section-two-1.home-section .center-layout .title {
    z-index: 999;
}

section.section.section-two.section-two-1.home-section .center-layout .row.swiper {
    padding-top: 50px;
}

section.section1.section2.section.home-section {}

section.section1.section2.section.home-section .container {
    padding: 0 30px;
}

section.section1.section2.section.home-section .container h4 {
    font-size: 18px;
}

section.section1.section2.section.home-section .col-sm-8s {
    display: flex;
    flex-direction: column;
}

section.section1.section2.section.home-section h2.three {}

section.section1.section2.section.home-section .col-sm-8s h2.three {
    order: 1;
}

section.section1.section2.section.home-section .col-sm-8s h4.one {
    order: 3;
}

section.section1.section2.section.home-section .col-sm-8s h4.two {
    order: 4;
    margin-top: 0;
}

section.section1.section2.section.home-section .col-sm-8s .four {
    order: 4;
    padding-bottom: 30px;
}

section.section1.section2.section.home-section .image {
    height: 250px;
    overflow-y: hidden;
    margin-top: -20px;
    transform: rotate3d(0, 0, 5, 180deg);
}

section.section1.section2.section.home-section .container-fluid-in {
    padding-top: 20px;
}

section.section1.section2.section.home-section  .read-mr {
    display: block;
    order: 4;
    background: transparent;
    border: 0;
    color: #000;
    /* display: flex; */
    font-size: 15px;
    text-decoration: none;
    
    text-align: center;
    text-decoration: underline;
    margin-top: -14px;
}

section.section1.section2.section.home-section .col-sm-8s h4.two.active {
    height: 100%;
    transition: 1s height ease;
    overflow: visible;
}

section.section1.section2.section.home-section .col-sm-8s h4.hiddenxs {
    height: 0;
    overflow: hidden;
    transition: .1s height ease;
}
button.read-mr {}

section.section.section-two.section-two-3.home-section {}

section.section.section-two.section-two-3.home-section .top.info {
    padding-bottom: 10px;
}

section.section.section-two.section-two-3.home-section {
    padding: 50px 0 30px;
}

section.section.section-two.section-two-3.home-section .anc {
    padding-top: 10px;
}

button.read-mr {}

section.section.section-two.section-two-3.home-section {}

section.section.section-two.section-two-3.home-section .top.info {
    padding-bottom: 10px;
}

section.section.section-two.section-two-3.home-section {
    padding: 50px 0 30px;
}

section.section.section-two.section-two-3.home-section .anc {
    padding-top: 10px;
}

section.section.section.section-three.section-three-01.home-section {
    padding: 20px 0;
}

section.section.section-three-01.home-section .rating p {
    flex-wrap: wrap;
    align-items: center;
    line-height: 150%;
    justify-content: center;
}

section.section.section-three-01.home-section .top.info h2, section.section.section-three-01.home-section .top.info p {
    text-align: center;
}

section.section.section-three-01.home-section .top.info {
    padding-bottom: 15px;
}
 
section.section.section-two-04 .col-sm-3.swiper-slide {
    padding: 0;
}

.inner-page.contact-page section.section.section-two {
    padding: 0 0 30px 0;
}

.inner-page.contact-page .product-bx .product-imgs {
    width: 100%;
    padding: 0;
}

.locate-info .map iframe {
    width: 100%;
    height: 320px;
}

.inner-page.contact-page section.section.section-two .inner.rows {
    flex-direction: column-reverse;
}

.inner-page.contact-page section.section.section-two  .product-info.wizard {
    padding: 0 0 20px 0;
}

.inner-page.contact-page section.section.section-two .contact-info .rws {
    display: grid;
}

.inner-page.contact-page section.section.section-two .contact-info .rws .locate-info {
    order: 1;
}

.inner-page.contact-page section.section.section-two .contact-info .rws .dfl {
    order: 3;
}

.inner-page.contact-page section.section.section-two .contact-info .rws .title {
    order: 2;
    padding-top: 20px;
}

.inner-page.contact-page section.section.section-two .contact-info .rws .title.title2 {
    order: 2;
    padding-top: 0;
}

section.section.hero-section .btm-title {
    font-size: 30px;
    padding: 20px 0;
}

section.section.hero-section .description .image {
    height: auto;
    height: auto;
}

section.section.hero-section .description {
    flex-direction: column;
    /* gap: 0; */
}

section.section.hero-section {
    padding: 30px 0 70px;
    background-size: cover;
}

section.section.hero-section .description .image > img.sl-img {
    width: 90%;
}

section.section.hero-section::after {
    height: 20px;
}

section.section2.about.section.home-section {
    padding: 30px 0;
    margin-top: 40px;
    margin-bottom: 10px;
}

body section.section2.section .container-fluid> .row {
    flex-direction: column;
}

body section.section2.section h2,body section.section2.section h4 {
    text-align: justify;
    padding: 0 17px;
}

h4.one {}

body section.section2.section h4 {
    font-size: 17px;
}

body section.section2.section h2 {
    text-align: center;
}

section.section.section-two.video .video-bx video {
    padding: 10px;
    max-width: 90%;
}

section.section.section-two.video.home-section {
    padding-bottom: 20px;
}

section.section.section-two-1.btw-experince .pimage:before {
    display: none;
}

body section.section .container-fluid, body footer .container-fluid {
    padding: 0 24px;
}

section.section.section.section-three-01.home-section h2.title {
    font-size: 24px;
}

section.section.section.section-three-01.home-section .top.info p {
    font-size: 18px;
}

section.section.section.section-three-01.home-section .top.info p {
    font-size: 16px;
}

section.section.hero-section .container-fluid:after {
    background-size: 9%;
    background-repeat: repeat-x;
    height: 30px;
}
section.section.section-two.video.home-section .container-full:after {
    background-size: 9%;
    background-repeat: repeat-x;
    height: 30px;
    top: 35%;
}

section.section.hero-section .btm-title h1 {
    padding: 0;
    font-size: 30px;
    margin: 0 0 10px 0;
}

section.section.hero-section .swiper-container {
  direction: ltr !important; /* prevents RTL sliding on mobile */
}


section.section.hero-section .btm-title h1 br {
    display: none;
}

section.section.hero-section {
        padding-bottom: 10px;
        padding-top: 0;
    }

section.section.hero-section .description .image {
    display: block;
}

section.section.hero-section .dflex {
    flex-direction: column-reverse;
    align-items: start;
        justify-content: start;
        padding: 0;
        gap: 0;
}

    section.section.hero-section .description .image > img.sl-img {
        width: 110%;
        height: 500px;
        position: relative;
        left: -19px;
        object-fit: cover;
    }

  
section.section.hero-section .btm-title p {
    margin: 0;
}

section.section.hero-section.home-section {
    padding: 0;
}
section.section.hero-section .dflex .description {
        width: 100%;
        position: relative;
        display: block;
        overflow: hidden;
    }

section.section.hero-section .dflex .btm-title {
    width: 100%;
    padding: 30px 24px;
}

section.section.section-three .image-bx {
    margin-bottom: 20px;
}
section.section.section-two-04.home-section .center-layout {
    overflow: hidden;
}

section.section .top.info h2.title, 
.inner-page.catering-page .title h2{
    font-size: 24px;
    padding: 0 0 10px 0;
    margin: 0;
}

.inner-page.catering-page .title h2 br {
    display: none;
}

body section.section2.section .container-fluid> .row {
}

section.section2.about.experience-section {}

section.section2.about.experience-section .container-fluid {
    padding: 20px 24px;
}

section.section2.about.experience-section .left .info,section.section2.about.experience-section .right .info {
    padding: 15px 0;
}

section.section2.about.experience-section h2.three {
    text-align: left;
    font-size: 24px;
    padding-bottom: 0;
    padding-top: 16px;
}

.info {}

section.section2.about.experience-section  h4.one {
    padding: 0;
}

section.section2.about.experience-section .anc {
    display: inline-block;
}

section.section2.about.experience-section .row.space {
    padding: 30px 0 0 0;
}

section.section2.about.experience-section .row.space.right {
    flex-direction: column-reverse;
}

section.section5.home-section {
    padding: 30px 0 50px;
}

section.section5.home-section .top.info h2.title {
    font-size: 24px;
}

section.section5.home-section  .row.space {
    flex-direction: column-reverse;
}

section.section5.home-section  .top.info {
    padding-top: 30px;
}

section.section.section-one.section-one-01.home-section h2.title {
    font-size: 24px;
    padding-bottom: 20px;
}

section.section.section-one.section-one-01.home-section .leftsi {
    padding-top: 20px;
}

section.section.gallery-section.section-two-04 {
    padding-top: 0;
    padding-bottom: 0;
}

section.section.gallery-section.section-two-04 .info {
    flex-direction: row;
}

section.section.gallery-section.section-two-04 .center-layout {
    padding-top: 20px;
}
section.section.blog-secton.section-two-04 {
    padding-top: 0;
}
section.section.blog-secton.section-two-04 .info {
    flex-direction: row;
}
section.section.section-two-04.home-section .info.d-flex {
    flex-direction: row;
}
section.section.hero-section.home-section .container-fluid.dflex {
    margin-top: -30px;
}
section.section.section-two-04.home-section {
    padding-bottom: 30px;
}
section.section.blog-secton.section-two-04.slideropt.home-section {
    padding-bottom: 70px;
}
section.section.gallery-section .swiper-pagination {

}

section.section.gallery-section.section-two-04 .center-layout {
    padding-bottom: 30px;
}

section.section.gallery-section.section-two-04 {
    padding-bottom: 0;
}

.inner-page section.section.section-one.abt-section1 .top.info {
    padding: 0;
}

.inner-page section.section.section-one.section-one-01 .image {
    padding-top: 10px;
    padding-bottom: 30px;
}

.inner-page section.section.section-one.section-one-01 .row.vr-center-layout {
    flex-direction: column-reverse;
    display: flex;
}

.inner-page  section.section.section-one.section-one-01.abt-section4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

inner-page  .product-info {}

.inner-page section.section.section-one.section-one-01.abt-section4 .product-info {
    width: 100%;
    padding: 0;
}

.inner-page section.section.section-one.section-one-01.abt-section4 .inner.left {
    gap: 15px;
}

.inner-page section.section.section-one.section-one-01.abt-section4 .inner.right {
    flex-direction: column-reverse;
    gap: 15px;
}
section.section.section-one.section-one-01.abt-section4 .inner h3 {
    font-size: 24px;
}
.inner-page section.section.section-one.abt-section5 {
    padding-bottom: 0px;
}

.inner-page section.section.section-one.abt-section5 h2.title {
    padding-bottom: 20px;
}

.inner-page section.section.mission-section.abt-section2 .bx h3 {
    font-size: 30px;
    padding-bottom: 12px;
}

.inner-page section.section.mission-section.abt-section2 .bx {
    padding: 0 0 10px 0;
    min-height: auto;
}

.inner-page section.section5.about.section.abt-section6 {
    padding-bottom: 40px;
}

.inner-page section.section.mission-section.abt-section2 .bx li {
    margin: 5px 0;
}
.inner-page {
    padding-top: 80px;
}
.inner-page section.section.section-one.section-one-01.abt-section4 {
    overflow: hidden;
}
section.section5.home-section .accordions {
    padding: 0;
}
section.section5.home-section .row.space .leftss {
    width: 100%;
}

.inner-page.product-page section.section.section-one.section-one-01 h2.title {
    margin-bottom: 0;
}
 
.inner-page.product-page section.section.section-one.section-one-01 {
    padding-top: 28px;
}

.inner-page.product-page .product-tabs {
    padding-bottom: 30px;
}

.inner-page.product-page .product-tabs .inner {
    gap: 5px;
}

.product-bx .elevate-your-tea-time {
    min-height: auto;
}

.inner-page .product-bx .btns-rw {
    align-items: center;
}

.inner-page .product-bx .btns-rw .shop-btn a {
    padding: 9px 14px;
}

.product-listing .product-bx {
    margin-bottom: 30px;
}
.inner-page section.section.banner-section .image > img {
    height: 300px;
    object-fit: cover;
}

.inner-page.catering-page section.section.gallery-section.section-two-04 .row {
    margin: auto;
}
.catering-page .wizard-inner ul.nav.nav-tabs:before {
    top: 23%;
}
.inner-page .product-bx .vertical-tab-content .product-tabss .inner {
    flex-direction: row;
    overflow-y: auto;
}
.catring-right-formin .rows.d-flex {
    display: block;
}
.inner-page.contact-page .product-bx .title h2 {
    font-size: 34px;
    margin-bottom: 0;
}

.inner-page.contact-page .product-bx .product-imgs br {
    display: none;
}

.inner-page.contact-page section.section.section-two .contact-info .rws .locate-info {
    margin-bottom: 15px;
}

.inner-page.job-page section.section.section-one.section-one-01 .bx.info .image {
    padding-bottom: 0;
}

.inner-page.job-page section.section.section-one.section-one-01 .image > img {
    max-width: 80px;
}

.inner-page.job-page section.section.section-one.section-one-01 .bx.info {
    padding: 10px;
}

.inner-page.job-page section.section.section-one.section-one-01 .bx.info h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.inner-page.job-page section.section.section-one.section-one-01 .bx.info p {
    font-size: 15px;
    padding: 0;
}
}

