@import url(https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*300126 SB*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0
}

.clear {
    padding: 0;
    margin: 0;
    clear: both
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    position: relative;
    scroll-behavior: smooth
}

ul {
    list-style: none;
    margin: 0 !important
}

:focus,
a:focus {
    outline: 0 !important
}

a:hover {
    text-decoration: none !important
}

a {
    text-decoration: none;
    cursor: pointer
}

a img {
    border: none
}

h1 {
    font-size: 25px;
    color: #454545;
    margin: 0;
    padding: 0
}

h2 {
    font-size: 22px;
    color: #454545;
    margin: 0;
    padding: 0
}

h3 {
    font-size: 20px;
    color: #454545;
    margin: 0;
    padding: 0
}

h4 {
    font-size: 18px;
    color: #454545;
    margin: 0;
    padding: 0
}

h5 {
    font-size: 15px;
    color: #454545;
    margin: 0;
    padding: 0
}

h6 {
    font-size: 14px;
    color: #454545;
    margin: 0;
    padding: 0
}

p {
    font-family: Mulish, sans-serif;
    font-size: 12px;
    color: #454545;
    margin: 0;
    padding: 0
}

a {
    padding: 0;
    margin: 0;
    outline: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

label {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

input[type=text]::-webkit-placeholder {
    opacity: 1
}

input[type=text]::-moz-placeholder {
    opacity: 1
}

input[type=password]::-webkit-placeholder {
    opacity: 1
}

input[type=password]::-moz-placeholder {
    opacity: 1
}

input[type=search]::-webkit-placeholder {
    opacity: 1
}

input[type=search]::-moz-placeholder {
    opacity: 1
}

input[type=email]::-webkit-placeholder {
    opacity: 1
}

input[type=email]::-moz-placeholder {
    opacity: 1
}

input[type=tel]::-webkit-placeholder {
    opacity: 1
}

input[type=tel]::-moz-placeholder {
    opacity: 1
}

textarea::-moz-placeholder {
    opacity: 1
}

textarea::-webkit-placeholder {
    opacity: 1
}

a:hover {
    outline: 0 !important;
    text-decoration: none
}

a:active {
    outline: 0 !important;
    text-decoration: none
}

a {
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

img {
    vertical-align: middle;
    border-style: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

:root {
    --theme-yellow: #FBAA00;
    --theme-blue: #2760DC;
    --theme-gradient-yellow: linear-gradient(270deg, #D8960D 0%, #FFDF00 22.12%, #E5A92C 49.04%, #FFDF00 74.04%, #D99303 100%);
    --theme-gradient-blue: linear-gradient(270deg, #1E3871 0%, #507AD4 25%, #1E3871 50%, #3758A2 70.35%, #1E3871 100%)
}

.topheader {
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100vw;
    z-index: 999
}

.tophdr-innr {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.tophdr-lft ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.tophdr-lft ul li {
    padding: 3px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    border-left: 1px solid rgb(255 255 255 / .08)
}

.tophdr-lft ul li:first-child {
    border-left: none;
    padding: 3px 16px 3px 0
}

.tophdr-lft ul li a,
.tophdr-lft ul li span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #fff
}

.tophdr-lft ul li a:hover {
    color: var(--theme-yellow)
}

.tophdr-rt ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: fit-content;
    align-items: center;
    gap: 10px
}

.tophdr-rt ul li a {
    width: 30.4px;
    height: 30.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(222 160 30 / .1);
    border: .8px solid #898989;
    border-radius: 50%
}

.tophdr-rt ul li a svg {
    display: block;
    width: 14.4px;
    height: 14.4px
}

.tophdr-rt ul li a:hover {
    background: var(--theme-yellow);
    border: none
}

.tophdr-rt ul li a:hover svg path {
    stroke: #333
}

header {
    background-color: #fff !important;
    display: block;
    width: 100vw;
    position: fixed;
    top: 50px;
    left: 0;
    display: block;
    box-shadow: 0 4px 16px rgb(0 0 0 / .16);
    z-index: 99
}


/* 29-01-26 */
header .navbar {
    /* width: 987px; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    width: 100%;
}

/* 29-01-26 */

/* 29-01-26 */
.navbar-brand {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-68%);
    width: 187px;
    height: 95px;
    background-image: url(../images/hdr-logo-bg.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0
}

/* 29-01-26 */

.header-srch {
    display: none
}

.hdr-srch-box {
    display: block;
    position: relative;
    width: 257px;
    height: 35px;
}

.hdr-srch-box form {
    height: 100%;
}

.hdr-srch-box input {
    width: 100%;
    height: 100%;
    padding: 10px 41px 10px 16px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.hdr-srch-box button {
    position: absolute;
    top: 47%;
    right: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
    z-index: 9;
}

.hdr-srch-box button svg {
    display: block;
    width: 18px;
    height: 18px
}

.hdr-srch-box button:hover svg path {
    stroke: var(--theme-yellow)
}

.hdr-srch-box input:focus,
.hdr-srch-box input:hover {
    border: 1px solid var(--theme-yellow);
    outline: 0
}

.navbar-collapse {
    flex-grow: 1;
    margin-right: 31px
}

/* 29-01-26 */
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 20px
}

/* 29-01-26 */

/* 29-01-26 */
.navbar-nav .nav-link {
    padding: 0 17px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #0a0a0a;
    background-color: transparent;
    border-bottom: 3px solid transparent;
}

/* 29-01-26 */
/* header .nav-item:last-child {
    margin-left: auto;
} */

header .nav-item:nth-child(5) {
    margin-left: auto
}

/* 29-01-26 */

header .nav-item.dropdown:hover .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #c98903;
    border-bottom: 3px solid var(--theme-yellow);
    background-color: #fff6e3;
}

header .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
    filter: invert(78%) sepia(12%) saturate(5762%) hue-rotate(350deg) brightness(85%) contrast(85%);
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 12px;
    border: none !important;
    outline: 0 !important;
    width: 9px;
    height: 9px;
    display: block;
    background-image: url(../images/hdr-drop-icon.webp);
    background-size: cover;
    background-position: center center
}

.nav-item .dropdown-menu {
    border: 1px solid #ededed;
    box-shadow: 0 7px 17px 0 #00000017;
    border-radius: 0 0 8px 8px
}

.nav-item .dropdown-menu .dropdown-item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #535353;
    padding: 6px 10px;
}

.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #fff6e3;
    color: #c98903;
}

.banner-padding {
    padding: 20px;
    width: 100%;
    height: 120px;
    background-color: #fff0;
    display: block
}

.banner,
.banner-slider,
.banner-slider .item,
.banner-slider-box {
    width: 100vw
}

.banner-slider-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    height: 851px
}

.banner-slider-box em {
    position: relative;
    min-width: calc(100% / 3);
    max-width: 479px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.banner-slider-box em img {
    display: block;
    width: 100%;
    /*height: 100%*/
    height: auto !important;
}

.banner-slider-box em::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -200px;
    width: 200px;
    height: 200%;
    background: var(--theme-yellow);
    opacity: .8;
    transform: rotate(0);
    z-index: 3;
    pointer-events: none
}

.banner-slider-box em.bnsld-img-rt::after {
    left: auto;
    right: -200px;
    transform: rotate(0)
}

@keyframes shine-left {
    0% {
        left: -200px
    }

    100% {
        left: 140%
    }
}

@keyframes shine-right {
    0% {
        right: -200px
    }

    100% {
        right: 140%
    }
}

.banner-slider-box em.animate::after {
    animation: shine-left .9s ease-in-out forwards;
    transform: rotate(25deg)
}

.banner-slider-box em.bnsld-img-rt.animate::after {
    animation: shine-right .9s ease-in-out forwards;
    transform: rotate(-25deg)
}

.bnsld-mid {
    flex-grow: 1;
    min-width: calc(100% / 3);
    background-image: url(../images/bnsld-mid-bg.webp);
    background-color: #fff;
    background-position: top -36px center;
    background-size: calc(100% + 80px);
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px
}

.bnsld-mid-txt {
    width: 411px
}

.bnsld-mid-txt h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 6px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #1e3871 0, #507ad4 25%, #1e3871 50%, #3758a2 70.35%, #1e3871 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.bnsld-mid-txt h5 span {
    width: 47px;
    height: 2px;
    background: linear-gradient(180deg, #1e3871 0, #507ad4 25%, #1e3871 50%, #3758a2 70.35%, #1e3871 100%);
    display: block
}

.bnsld-mid-txt h1 {
    font-family: "Cormorant Infant", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40.6px;
    line-height: 49px;
    color: #dea01e;
    text-align: center;
    margin-bottom: 15px
}

.bnsld-mid-txt p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.theme-button span {
    display: flex;
    width: fit-content;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 14px 35px;
    background: var(--theme-gradient-yellow);
    border-radius: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #242424;
    margin: 0 auto;
    z-index: 3;
    transition: all .9s ease-in-out
}

.w-fit {
    width: fit-content !important
}

.theme-button::before {
    content: '';
    position: absolute;
    width: calc(100% - 23.5px);
    height: 5px;
    background: linear-gradient(180deg, #1e3871 0, #507ad4 25%, #1e3871 50%, #3758a2 70.35%, #1e3871 100%);
    border-radius: 0 0 5px 5px;
    bottom: -4.3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    transition: all .9s ease-in-out
}

.theme-button:hover span {
    background: var(--theme-gradient-blue);
    color: #fff
}

.theme-button:hover::before {
    background: var(--theme-gradient-yellow)
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 38px;
    z-index: 9;
    margin-top: 0
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #000
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span,
.banner-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--theme-yellow)
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
    outline: 1px solid var(--theme-yellow);
    outline-offset: 15px;
    width: 9px;
    height: 9px
}

.catagory {
    padding: 60px 0 35px 0;
    display: block;
    width: 100%
}

.sec-hdr {
    margin: 0 auto 31px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.abt-txt h5,
.sec-hdr h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #1e3871 0, #507ad4 25%, #1e3871 50%, #3758a2 70.35%, #1e3871 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    margin-bottom: 4px
}

.abt-txt h5 span,
.sec-hdr h5 span {
    width: 47px;
    height: 2px;
    background: linear-gradient(180deg, #1e3871 0, #507ad4 25%, #1e3871 50%, #3758a2 70.35%, #1e3871 100%);
    display: block
}

.abt-txt h2,
.sec-hdr h2 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 73px;
    text-align: center;
    text-transform: capitalize;
    color: #dea01e;
    margin-bottom: -3px
}

.sec-hdr .sec-hdr-graph {
    width: 120px;
    height: 14px;
    display: block
}

.owl-carousel.owl-catagory .owl-stage-outer {
    width: 1056px;
    margin: 0 auto;
    position: relative;
    max-width: 100%
}

.owl-catagory .item,
.owl-catagory .owl-item {
    width: fit-content
}

.cat-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
    padding: 0 10px 10px 10px;
    width: fit-content
}

.cat-type img {
    display: block;
    width: 131px !important;
    height: 131px !important;
    border-radius: 8px
}

.cat-type:hover img {
    border: 2px solid #dea01e
}

.cat-type h3 {
    width: 100%;
    background: #fff0;
    border-radius: 8px;
    padding: 2px 2px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: #6b5c4c
}

.cat-type:hover h3 {
    width: 100%;
    background: #fff8eb;
    box-shadow: 0 4px 10px rgb(0 0 0 / .09)
}

.owl-catagory .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 1px;
    z-index: 9
}

.owl-catagory .owl-nav button {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #5e5e5e !important;
    border-radius: 4px !important;
    background-image: url(../images/cat-owl-arw.webp) !important;
    background-size: 7px 13px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0 !important;
    opacity: 1 !important
}

.owl-catagory .owl-nav button span {
    display: none
}

.owl-catagory .owl-nav button.owl-prev {
    left: 0
}

.owl-catagory .owl-nav button.owl-next {
    right: 0;
    transform: rotate(180deg) !important
}

.owl-catagory .owl-nav button:hover {
    background-color: var(--theme-yellow) !important;
    border: 1px solid var(--theme-yellow) !important;
    background-image: url(../images/cat-owl-arw-hovr.webp) !important
}

.home-products {
    padding: 12px 0 60px 0;
    display: block
}

.prod-header.sec-hdr {
    margin: 0 auto 29px auto
}

.home-products-inner {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 44.5px 30px;
    margin-bottom: 25.5px
}

.h-prod-box {
    width: calc((100% - (44.5px * 3))/ 4);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.h-prod-box em {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 267px;
    position: relative;
    flex-direction: column;
    background-color: #f8f8f8;
    flex-shrink: 0;
}

.h-prod-box em img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .9s
}

/*
.hover-img2 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: all .9s;
    display: block
}

.h-prod-box em:hover .hover-img2 {
    left: 0
}

.h-prod-box em:hover img {
    transform: scale(1.02)
} */

.h-prod-box .whishlist {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 13px rgb(0 0 0 / .08);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13px;
    right: 13px;
    width: 40px;
    height: 47px;
    cursor: pointer;
    z-index: 3
}

.h-prod-box .whishlist svg {
    width: 20px;
    display: block
}

.h-prod-box .whishlist.listed svg path,
.h-prod-box .whishlist:hover svg path {
    fill: var(--theme-yellow)
}

.hp-view {
    background: var(--theme-gradient-yellow);
    border-radius: 8px 8px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #242424;
    padding: 8px;
    transition: all .9s ease-in-out;
    position: absolute;
    top: 100%
}

.hp-view:hover {
    background: var(--theme-gradient-blue);
    color: #fff
}

.h-prod-box:hover .hp-view {
    transform: translateY(-100%)
}

.h-prod-txt {
    padding: 8px 14px 12px 14px;
    background-color: #fff8eb;
    flex-grow: 1;
    width: 100%;
}

.h-prod-txt h3,
.h-prod-txt a.prod-name {
    margin-bottom: 7px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    color: #6b5c4c;
}

.h-prod-txt a.prod-name:hover {
    color: var(--theme-yellow);
}

.h-prod-txt p {
    margin-bottom: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.03em;
    text-transform: capitalize;
    color: #4d4e51;
    text-align: left;
}

.h-prod-prc {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px
}

span.h-prod-curprc {
    padding: 7px 15px 4px 5px;
    background-image: url(../images/curprc-bg.webp);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 12px;
    text-align: left;
    letter-spacing: 2.06755px;
    color: #6b5c4c;
    display: block
}

span.h-prod-mnprc {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    letter-spacing: 2.06755px;
    text-decoration-line: line-through;
    color: #917f6c
}

.tape {
    background-color: #dea01e;
    width: 100%;
    padding: 20px 15px
}

a.tape-item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #f4f2ed;
    display: block
}

a.tape-item:hover {
    color: var(--theme-blue)
}

.owl-tape .owl-stage-outer {
    height: 45px
}

.latest-adition {
    padding: 60px 0 0 0;
    margin-bottom: 60px;
    display: block;
    background-color: #fffaf1
}

.latest-header.sec-hdr {
    margin: 0 auto 34px auto
}

.latest-adition-innr {
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px
}

.late-lft {
    width: 67.7%
}

.late-rt {
    width: calc(100% - 67.7% - 20px)
}

.late-box {
    display: block;
    position: relative
}

.late-box img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%
}

.late-txt {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%)
}

.late-txt h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 20px
}

.late-txt h4 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 600;
    font-size: 51px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px
}

.late-txt .theme-button span {
    padding: 14px 18px
}

.late-lft-txt {
    width: 307px;
    left: calc(50% - (307px / 2))
}

.late-rt-txt {
    width: 179px;
    left: 30px
}

.abt-txt {
    margin-left: -61px;
    width: calc(100% + 61px)
}

.abt-img {
    display: block;
    width: calc(100% + 105px - 65px);
    height: 772px;
    border-radius: 12px;
    overflow: hidden;
    margin-left: -105px
}

.abt-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abt-txt h5 {
    justify-content: flex-start;
    margin-bottom: 14px
}

.abt-txt h2 {
    text-align: left;
    margin-bottom: 34.2px;
    font-size: 61px;
    line-height: 73.2px
}

.abt-txt p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #555454;
    margin-bottom: 47px
}

.abtpg-sec1 .abt-txt p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    color: #615f5f;
    margin-bottom: 47px;
}

.abt-txt ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px 4px;
    margin-bottom: 43px !important
}

.abt-txt ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    color: #555454;
    width: calc(50% - 2px)
}

.abt-txt ul li svg {
    display: block;
    width: 17px;
    margin-top: 4px
}

.cta {
    margin: 30px 0 60px 0
}

.cta-innr {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch
}

.cta-img {
    width: 731px;
    box-shadow: -4px 0 8px rgb(0 0 0 / .16);
    border-radius: 31px 0 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: fit-content;
    position: relative;
    z-index: 3;
    background: url(../images/cta-img.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto
}

.cta-img img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 100%
}

.cta-txt {
    flex-grow: 1;
    margin-top: 30px;
    background-color: #dea01e;
    position: relative
}

.cta-grph {
    position: absolute;
    height: 100%
}

.grph-lft {
    width: 396px;
    left: 0;
    bottom: 0;
    max-width: 45%
}

.grph-rt {
    width: 562px;
    right: 0;
    top: 0;
    max-width: 63.5%
}

.cta .container {
    position: absolute;
    top: 50%;
    z-index: 4;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cta-txt-inr {
    margin-right: 470px;
    margin-left: 20px;
    width: 521px;
    max-width: calc(100% - 470px - 20px)
}

.cta-txt-inr h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 77px;
    color: #0e1d3d;
    margin-bottom: 9px
}

.cta-txt-inr p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 34px;
    color: #2e374b;
    margin-bottom: 31px
}

.cta-txt-inr h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #041d55
}

.cta-txt-inr h6 a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2px 3px 2px;
    gap: 4px;
    border-bottom: 1px solid #041d55;
    color: inherit;
    transform: translateY(6px)
}

.cta-txt-inr h6 a svg {
    display: block;
    width: 25px;
    height: 25px
}

.cta-txt-inr h6 a:hover {
    color: var(--theme-blue);
    border-bottom: 1px solid var(--theme-blue)
}

.cta-txt-inr h6 a:hover svg path {
    fill: var(--theme-blue)
}

.experience-header.sec-hdr h2 {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 17px
}

.experience-header.sec-hdr {
    margin-bottom: 36px
}

.experience-innr {
    margin-top: 182px;
    background-image: url(../images/experience-innr.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 37px
}

.expr-txt {
    transform: translateY(calc(-182px + 36px))
}

.expr-txt .nav-tabs {
    justify-content: center;
    position: relative;
    overflow: hidden;
    --progress-width: 0;
    border: none !important
}

.expr-txt .nav-tabs::before {
    content: "";
    position: absolute;
    top: 13.5px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #d3d3d3;
    z-index: 0
}

.expr-txt .nav-tabs::after {
    content: "";
    position: absolute;
    top: 13.5px;
    left: 0;
    height: 2px;
    width: var(--progress-width);
    background-color: #b58500;
    z-index: 0;
    transition: width .6s ease
}

.expr-txt .nav-item {
    position: relative;
    z-index: 2;
    background-color: transparent !important;
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center
}

.expr-txt .nav-link {
    background: 0 0;
    border: none;
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -.01em;
    color: #323232;
    transition: color .3s ease;
    background-color: transparent !important;
    position: relative;
    padding: 27px 0 0 0
}

.expr-txt .nav-link::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 27px;
    height: 27px;
    background: #b2b5b5;
    border: 7px solid #fff;
    z-index: 4;
    border-radius: 50%
}

.expr-txt .nav-link.active {
    color: #b58500;
    font-weight: 600
}

.expr-txt .nav-item.completed .nav-link::before,
.expr-txt .nav-link.active::before {
    background: #b58500
}

.expr-txt .tab-content {
    margin: 47px auto 0 auto;
    width: 988px;
    max-width: 100%
}

.tab-pane {
    background-image: url(../images/tab-pane.webp);
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;
    border-radius: 16px;
    overflow: hidden;
    padding: 19px 65px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tab-contnt-innr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.tab-contnt-innr h4 {
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #fff;
    position: relative
}

.tab-contnt-innr h4::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 4px;
    width: 160px;
    border-radius: 4px;
    background-color: #fff;
    display: block
}

.tab-contnt-innr p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #ffffffcf;
}

.tab-contnt-innr a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: #121212
}

.tab-contnt-innr a:hover {
    background: var(--theme-blue);
    border: 1px solid var(--theme-blue);
    color: #fff
}

.testimonial {
    background-image: url(../images/teztimonial.webp);
    padding: 60px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: calc((100% - 1200px)/ 2);
    overflow: hidden;
    background-size: cover;
}

.testi-header {
    width: 378px;
    align-items: flex-start;
    margin: 0 14px 0 0;
    flex-shrink: 0
}

.testi-header.sec-hdr h5 {
    justify-content: flex-start;
    margin: 0 0 20px 0
}

.testi-header.sec-hdr h2 {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.2
}

.testi-header.sec-hdr p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #373434;
}

.testi-inr {
    flex-grow: 1
}

.testi-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 37px 57px 37px 37px
}

.testi-box p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #434141;
    margin-bottom: 27px;
}

.tester {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px
}

.tester em {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.tst-nm h4 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px
}

.tst-nm h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    color: rgb(0 0 0 / .5);
    margin-bottom: 9px;
}

.tst-nm ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px
}

.tst-nm ul li {
    display: block;
    width: fit-content
}

.tst-nm ul li svg {
    display: block;
    width: 12px;
}

.owl-testi .owl-nav {
    position: absolute;
    margin-top: 0;
    left: -392px;
    bottom: -29px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px
}

.owl-testi .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    background-image: url(../images/cat-owl-arw.webp) !important;
    background-color: var(--theme-yellow) !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 10px 20px !important
}

.owl-testi .owl-nav button:hover {
    background-color: var(--theme-blue) !important;
    background-image: url(../images/cat-owl-arw-hovr.webp) !important
}

.owl-testi .owl-nav button.owl-next {
    transform: rotate(180deg)
}

.owl-testi .owl-nav button span {
    display: none
}

.insta {
    padding: 60px 0;
    width: 100%;
    display: block
}

.insta-hdr {
    margin-bottom: 20px;
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #dea01e
}

.insta-innr {
    margin-bottom: 20px
}

.inst-end {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #dea01e
}

.inst-end a {
    color: inherit
}

.inst-end a:hover {
    color: var(--theme-blue)
}

footer {
    background-image: url(../images/footer.webp);
    background-size: cover;
    background-position: left top;
    width: 100%;
    display: block;
    padding-top: 72px
}

.ftr-lft {
    padding-right: 15px
}

.ftr-lft a {
    display: block;
    width: 143px;
    margin-bottom: 20px
}

.ftr-lft a img {
    display: block;
    width: 100%;
    height: auto
}

.ftr-lft p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #353535;
}

.ftr-lft p a {
    color: #a77f2a;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    display: inline-block !important;
    margin: 0 !important;
    width: fit-content;
}

.ftr-links-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-left: 18px
}

.ftr-lnk-box {
    width: 32%
}

.ftr-lnk-box h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 18px;
    letter-spacing: 1.4px;
    color: #a77f2a;
    margin-bottom: 20px
}

.ftr-lnk-box ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px
}

.ftr-lnk-box ul li a,
.ftr-lnk-box ul li,
.ftr-lnk-box ul li h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #272727;
}

.ftr-lnk-box ul li a:hover {
    color: #b97e02;
    font-weight: 600
}

.ftr-sos {
    margin-top: 27px
}

.ftr-sos ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px
}

.ftr-sos ul li a {
    width: 38px;
    height: 38px;
    background: rgb(222 160 30 / .1);
    border: 1px solid #898989;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.ftr-sos ul li a:hover {
    border: var(--theme-blue);
    background: var(--theme-blue)
}

.ftr-sos ul li a:hover svg {
    filter: invert(1) brightness(100)
}

.copy {
    margin-top: 20px;
    padding: 25px 0;
    border-top: 1px solid #d9d9d9
}

.copy p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #6b5c4c;
    text-align: center
}

.copy p a {
    color: inherit
}

.copy p a:hover {
    color: var(--theme-blue)
}

.breadcrumb.srch-brd {
    margin: 35px 0 28px 0 !important
}

.srch-brd .breadcrumb-item,
.srch-brd .breadcrumb-item a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #656565
}

.srch-brd .breadcrumb-item a:hover {
    color: var(--theme-blue)
}

.srch-brd .breadcrumb-item {
    color: var(--theme-yellow)
}

.srch-brd .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px !important
}

.srch-brd .breadcrumb-item+.breadcrumb-item::before {
    content: '>' !important;
    padding-right: 5px !important
}

.srch-pg-hdr {
    background: #fffcf7;
    padding: 13px 0;
    margin-bottom: 15px
}

.srch-pg-hdr h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto 5px auto;
    padding: 0 12px 14px 12px;
    border-bottom: 4px solid var(--theme-yellow);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 22px;
    text-align: center;
    color: #222
}

.srch-pg-hdr p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #939393;
    margin: 0 auto 11px auto;
    text-align: center;
    width: fit-content
}

.srch-fltr-area,
.srch-fltr-area form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.srch-fltr-area .theme-button {
    width: 131px;
}

.srch-fltr-drpdwn {
    max-width: calc((100% - 40px)/ 6);
    width: 151px;
}

.srch-fltr-drpdwn .dropdown-toggle, .subCat {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    gap: 20px;
    width: 100%;
    height: 35px;
    background: #fdfdfd;
    border: 1px solid #dea01e;
    border-radius: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #5f5f5f;
}

.subCat{
    padding: 8px 9px !important;
}

.srch-fltr-drpdwn .dropdown-toggle:hover {
    background: #f8d1011a
}

.srch-fltr-drpdwn .dropdown-toggle::after {
    display: none
}

.srch-fltr-drpdwn .dropdown-toggle svg {
    display: block;
    width: 16px;
    height: 16px
}

.srch-fltr-area .theme-button span {
    font-size: 9.6px;
    padding: 9px 11px;
    width: 100%;
    margin: 0 !important;
}

button.theme-button {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 8px
}

.srch-fltr-drpdwn .dropdown-toggle.show {
    background: #dea01e;
    color: #fff
}

.srch-fltr-drpdwn .dropdown-toggle.show svg {
    transform: rotate(180deg)
}

.srch-fltr-drpdwn .dropdown-toggle.show svg path {
    stroke: #fff
}

.srch-fltr-drpdwn .dropdown-menu {
    box-sizing: border-box;
    padding: 8px 8px 8px 8px !important;
    background: #fff !important;
    border: 1px solid #dedede !important;
    box-shadow: 0 4px 20px rgb(0 0 0 / .13) !important;
    border-radius: 8px !important;
    inset: initial !important;
    top: 0 !important
}

.srch-fltr-drpdwn .dropdown-menu li {
    width: 100%;
    margin-bottom: 8px
}

.srch-fltr-drpdwn label.dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #5f5f5f;
    position: relative;
    padding: 0 0 0 24px;
    min-height: 19px;
}

.srch-fltr-drpdwn label.dropdown-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    z-index: 3;
    cursor: pointer
}

.srch-fltr-drpdwn label.dropdown-item:hover {
    background-color: transparent !important
}

.srch-fltr-drpdwn label.dropdown-item:checked {
    background-color: transparent !important
}

.srch-fltr-drpdwn label.dropdown-item span {
    position: absolute;
    left: 0;
    top: 1.5px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background: #fdfdfd;
    border: 1px solid silver;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.srch-fltr-drpdwn label.dropdown-item span svg {
    display: block;
    width: 8px;
    height: 8px
}

.srch-fltr-drpdwn label.dropdown-item input:checked+span,
.srch-fltr-drpdwn label.dropdown-item input:hover+span {
    border: 1px solid var(--theme-yellow)
}

.srch-fltr-drpdwn label.dropdown-item input:checked+span {
    background-color: var(--theme-yellow)
}

.srch-fltr-drpdwn label.dropdown-item em {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: -2px
}

.fltr-slctd {
    margin-bottom: 31px
}

.fltr-slctd .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.selected-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.selected-tags .tag {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #4f4f4f;
    box-sizing: border-box;
    background: #fff;
    border: 1.32px solid #1e3871;
    border-radius: 20px;
    padding: 6px 10px;
}

.selected-tags .tag em {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: -2px
}

.selected-tags .tag .tag-close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    width: 17px;
    height: 17px
}

.selected-tags .tag .tag-close:hover svg path {
    stroke: var(--theme-yellow)
}

.clr-tabs {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    color: #1c1c1c
}

.clr-tabs:hover {
    color: var(--theme-yellow);
    text-decoration-line: underline !important
}

.fltr-sort {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    flex-shrink: 0;
}

.fltr-sort label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
}

.fltr-sort select {
    box-sizing: border-box;
    display: block;
    padding: 4px 42px 4px 7px;
    width: fit-content;
    height: 30px;
    background: #fff;
    border: 1px solid #dea01e;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #575b5c !important;
    appearance: none !important;
    background-image: url(../images/sort-arw.svg);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px 16px;
    cursor: pointer;
    max-width: 157px;
    text-overflow: ellipsis;
}

.fltr-sort select option {
    font-size: 14px;
    color: #474747;
    font-weight: 500;
}

.fltr-sort select:focus,
.fltr-sort select:hover {
    box-shadow: 0 0 12px 0 #00000024
}

.srch-prod-area {
    margin-bottom: 60px
}

.srch-prods-inr {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px 40px;
    margin-bottom: 40px;
}

.srch-prdbox {
    width: calc((100% - 120px)/ 4);
    border: 1px solid #ebebeb;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden
}

.pdr-imgsec {
    display: block;
    position: relative;
    width: 100%;
    height: fit-content;
}

.srch-prdbox em {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 232px;
    background-color: #f8f8f8
}

/* .pdr-imgsec em::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0;
    background: #0000004d;
} */
.stack-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.stack-img.active {
    opacity: 1;
}

.srch-prdbox em img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out
}

.thumbnail-list {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #0000004f;
}

.thumb {
    width: 35px !important;
    height: 35px !important;
    border-radius: 3px;
    object-fit: cover;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: 0.2s;
    margin: 7px 2px !important;
}

.thumb:hover {
    border-color: var(--theme-yellow);
}

.src-prdtxt {
    flex-grow: 1;
    width: 100%;
    padding: 9px 14px 14px 14px;
    background-color: #fff8eb;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.src-prdtxt h3,
.src-prdtxt a.prod-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #6b5c4c;
    margin-bottom: 8px;
}

.src-prdtxt p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -.03em;
    text-transform: capitalize;
    color: #6d6e71;
    margin-bottom: 12px;
}

.prd-dtls {
    display: block;
    width: fit-content;
    height: 33px;
    background: linear-gradient(270deg, #d8960d 0, #ffdf00 22.12%, #e5a92c 49.04%, #ffdf00 74.04%, #d99303 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #242424;
    flex-grow: 1;
}

.prd-dtls:hover {
    background: var(--theme-gradient-blue);
    color: #fff
}

.srch-prdbox:hover .src-prdtxt h3,
.srch-prdbox:hover .src-prdtxt a.prod-name {
    color: #b97e02;
}

/* .srch-prdbox:hover em img {
    transform: scale(1.05)
} */

.srch-prdbox:hover {
    box-shadow: 0 0 12px 0 #00000012
}

.pagination.srch-pagi {
    gap: 9px
}

.pagination.srch-pagi li a,
.pagination.srch-pagi li span {
    box-sizing: border-box;
    width: 32.25px;
    height: 32.48px;
    background: #fff0;
    border: 1.5px solid #fff0;
    border-radius: 50%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    color: #8e8e8e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important
}

.pagination.srch-pagi li a:focus,
.pagination.srch-pagi li a:hover,
.pagination.srch-pagi li span:focus,
.pagination.srch-pagi li span:hover {
    color: var(--theme-yellow);
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important
}

.pagination.srch-pagi li.active a,
.pagination.srch-pagi li.active span {
    background: var(--theme-yellow);
    border: 1.5px solid var(--theme-yellow);
    color: #fff
}

.pagination.srch-pagi li a.page-arrw,
.pagination.srch-pagi li span.page-arrw {
    box-sizing: border-box;
    width: 32.25px;
    height: 32.48px;
    border: 2.5px solid var(--theme-yellow);
    background: #fff0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 50% !important
}

.pagination.srch-pagi li a.page-arrw:focus,
.pagination.srch-pagi li a.page-arrw:hover,
.pagination.srch-pagi li span.page-arrw:focus,
.pagination.srch-pagi li span.page-arrw:hover {
    border: 2.5px solid var(--theme-yellow) !important;
    background: #fff0
}

.pagination.srch-pagi li.disabled a.page-arrw,
.pagination.srch-pagi li.disabled span.page-arrw {
    filter: invert(28%) sepia(0) saturate(1%) hue-rotate(329deg) brightness(76%) contrast(87%);
    opacity: 30%
}

.srch-latest {
    background-color: #fffcf7;
    padding: 42px 0
}

.owl-srch-latest .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 9px;
    margin-top: 40px
}

.owl-srch-latest .owl-nav button {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border: 1px solid #5e5e5e !important;
    border-radius: 4px !important;
    margin: 0 !important;
    background-image: url(../images/cat-owl-arw.webp) !important;
    background-size: 7px 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

.owl-srch-latest .owl-nav button:focus,
.owl-srch-latest .owl-nav button:hover {
    background: var(--theme-yellow) !important;
    background-image: url(../images/cat-owl-arw-hovr.webp) !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-size: 7px 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 1px solid var(--theme-yellow) !important
}

.owl-srch-latest .owl-nav button.owl-next {
    transform: rotate(180deg)
}

.owl-srch-latest .owl-nav button span {
    display: none !important
}

.owl-srch-latest .h-prod-box {
    width: 100% !important
}

.prod-deet-lft {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 16px;
    padding: 22px 22px 40px 22px
}

.prod-deet-rt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    height: 100%
}

.prod-dt-box {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 16px;
    padding: 30px;
    width: 100%
}

.product-name {
    margin-bottom: 13px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #dea01e;
}

h5.prddt {
    margin-top: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #6c7179;
}

.prod-enquire {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 30px
}

.prd-share {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 14px
}

.prd-share li a {
    box-sizing: border-box;
    width: 46.4px;
    height: 46.4px;
    background: #fffbf1;
    border: .8px solid #dbdbdb;
    border-radius: 8.43636px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.prd-share li a svg {
    display: block;
    width: 25px;
    height: 25px
}

.prd-share li a:hover {
    background: var(--theme-yellow);
    border: .8px solid var(--theme-yellow)
}

.prd-share li a:hover svg path {
    fill: #fff
}

.prd-share li a.share-last {
    width: fit-content !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #dea01e;
    background: #fffbf1;
    border: 1px solid #dbdbdb
}

.prd-share li a.share-last:hover {
    background: var(--theme-yellow);
    color: #fff
}

.prd-share li a.share-last:hover svg path {
    stroke: #fff
}

.prdt-lst {
    background: #fffbf1;
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 44px
}

.prdt-lst p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: #212121;
    text-align: center
}

.prdtbox-hdr {
    position: relative;
    padding: 0 52px 6px 0;
    border-bottom: 4px solid #dea01e;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 16px
}

.prod-dt-box2 p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #6c7179;
}

.prod-dt-box3 ul {
    list-style-type: decimal !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding-left: 16px !important
}

.prod-dt-box3 ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6c7179
}

.keen-slider#lip-slider {
    height: calc((437px * 3) + 60px)
}

.prddt-navs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 9px;
    margin-top: 40px
}

.prddt-imgarw {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border: 1px solid #5e5e5e !important;
    border-radius: 4px !important;
    margin: 0 !important;
    background-image: url(../images/cat-owl-arw.webp) !important;
    background-size: 7px 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transform: rotate(90deg)
}

.prddt-imgarw:focus,
.prddt-imgarw:hover {
    background: var(--theme-yellow) !important;
    background-image: url(../images/cat-owl-arw-hovr.webp) !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-size: 7px 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 1px solid var(--theme-yellow) !important
}

.prddt-imgarw.next {
    transform: rotate(270deg)
}

.flex-grow {
    flex-grow: 1 !important
}

.prod-deet-mn {
    margin-bottom: 103px
}

.slide-item {
    max-width: 100%;
    height: 437px;
    display: flex;
    justify-content: center;
    align-items: center
}

.slide-item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
}

.slide-item:hover img {
    transform: scale(1.2);
}

.term-header {
    padding: 22px 0;
    background-color: #fffcf7;
    margin-bottom: 30px
}

.term-header h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 22px;
    color: #222;
    text-align: center;
    padding: 0 21px 14px 21px;
    width: fit-content !important;
    margin: 0 auto;
    border-bottom: 4px solid var(--theme-yellow)
}

.term-disc {
    margin-bottom: 25px;
}

.term-disc p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #1f1f1f;
}

.term-main ul.trmmn-ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 38px
}

.termpage {
    margin-bottom: 40px
}

.term-box h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #454242;
}

.term-box p,
.term-box ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #474747;
}

.term-box ul {
    list-style-type: disc !important;
    padding-left: 16px !important;
    margin-left: 16px !important
}

.cntct-ppr-top {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.cntct-ppr-top h5,
.cntct-ppr-top p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #535353;
}

.cntct-ppr-top h5 {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 20px;
}

.cont-pg-box {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 16px;
    padding: 29px;
    height: 100%
}

.cnt-input-box {
    margin-bottom: 30px
}

.cnt-input-box label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .01em;
    color: #474d51;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.cnt-input-box label span {
    color: red;
    font-weight: 500
}

.cnt-input-box label span.optional {
    color: #929a9d;
    font-weight: 500
}

.cnt-input-box input,
.cnt-input-box select,
.cnt-input-box textarea {
    box-sizing: border-box;
    height: 48px;
    background: #fff;
    border: 1px solid #c1c8d2;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .01em;
    color: #707d81;
    width: 100%;
    display: block;
    appearance: none;
    outline: 0 !important;
    box-shadow: none !important
}

.cnt-input-box select {
    background: #fff url(../images/sort-arw.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right 20px center
}

.cnt-input-box textarea {
    height: 102px
}

.cnt-input-box input:focus,
.cnt-input-box input:focus-visible,
.cnt-input-box input:focus-within,
.cnt-input-box input:hover,
.cnt-input-box select:focus,
.cnt-input-box select:focus-visible,
.cnt-input-box select:focus-within,
.cnt-input-box select:hover,
.cnt-input-box textarea:focus,
.cnt-input-box textarea:focus-visible,
.cnt-input-box textarea:focus-within,
.cnt-input-box textarea:hover {
    border: 1px solid var(--theme-yellow)
}

.theme-button.cntct-frmbtn span {
    padding: 11px 30px;
    font-size: 10px
}

.cntpg-box-rt h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 20.6643px;
    line-height: 25px;
    color: #2b3135;
    margin-bottom: 21px
}

.cnt-adrs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    margin-bottom: 26px !important
}

.cnt-adrs li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px
}

.cnt-adrs li em {
    width: 25.26px;
    height: 25.26px;
    background: #dea01e;
    border-radius: 36.2655px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0
}

.ctrt-txt h6 {
    margin-bottom: 7px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14.6487px;
    line-height: 18px;
    color: #434343;
}

.ctrt-txt p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 15.1538px;
    line-height: 22px;
    color: #3d3d3d
}

.ctrt-txt p a {
    color: inherit;
    display: block
}

.ctrt-txt p a:hover {
    color: var(--theme-yellow)
}

.cnt-sos h5 {
    margin-bottom: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .01em;
    color: #4b4848;
}

.cnt-sos ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px
}

.cnt-sos ul li a {
    width: 38px;
    height: 38px;
    background: rgb(222 160 30 / .1);
    border: 1px solid #898989;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.cnt-sos ul li a svg {
    display: block;
    width: 18px;
    height: 18px
}

.cnt-sos ul li a:hover {
    transform: translateY(-3px)
}

.owl-enquire .owl-dots {
    margin-top: 12px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 21px
}

.owl-enquire.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #000;
    margin: 0 !important
}

.owl-enquire.owl-theme .owl-dots .owl-dot.active span,
.owl-enquire.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--theme-yellow)
}

.owl-enquire.owl-theme .owl-dots .owl-dot.active span {
    outline: 1px solid var(--theme-yellow);
    outline-offset: 8px;
    width: 9px;
    height: 9px
}

.enqr-prdt {
    margin-top: 30px
}

.enqr-prdt .product-name {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.6;
    text-align: center
}

.enqr-prdt h5.prddt {
    margin-top: 4px;
    font-size: 15px;
    line-height: 20px
}

.enqr-prdt .h-prod-prc {
    margin-bottom: 12px
}

.captcha {
    background-color: #f3f8ff;
    border: 1px solid #2165b726;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 274px;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 7px
}

.text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    margin-right: 1em
}

.spinner {
    position: relative;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center
}

.logs img {
    display: block;
    width: 24px;
    height: 24px
}

.logs p {
    font-size: 12px
}

.logs small {
    font-size: 10px
}

input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

input[type=checkbox]+.checkmark {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

input[type=checkbox]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: .75em;
    height: 1.2em;
    opacity: 0
}

input[type=checkbox]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56
}

input[type=checkbox]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56
}

input[type=checkbox]:checked+.checkmark {
    animation: 2s spin forwards
}

input[type=checkbox]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards
}

input[type=checkbox]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards
}

input[type=checkbox]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes bottomslide {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes rightslide {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px
    }

    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0);
        border-color: #c7daf5
    }

    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: #c7daf5;
        border-right-color: #5998ef
    }

    70% {
        border-width: 4px;
        border-color: #c7daf5;
        border-right-color: #5998ef
    }

    90% {
        border-width: 4px
    }

    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: #fff0
    }
}

.enqr-prdt .prd-share li a {
    width: 35px;
    height: 35px
}

.enqr-prdt .prd-share li a svg {
    display: block;
    width: 20px;
    height: 20px
}

.enqr-prdt .prdt-lst {
    padding: 8px 12px;
    margin-top: 19px
}

.enqr-prdt .prdt-lst p {
    font-size: 10px;
    line-height: 15px
}

.enqr-prdt .prod-enquire {
    margin-top: 22px
}

.abtpg-sec1-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 35px
}

.abtpg-sec1-ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 22px !important
}

.abtpg-sec1-ul li h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.abtpg-sec1-ul li em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 8px;
}

.abtpg-sec1-ul li em svg {
    display: block;
    width: 43px !important;
    height: 43px !important
}

.abtpg-sec1 {
    margin-bottom: 75px
}

.abt-diverse.experience-header {
    margin-bottom: 30px
}

.abt-diverse.experience-header h5 {
    margin-bottom: 16px
}

.abt-diverse.experience-header h2 {
    margin-bottom: 17px
}

.abt-dvrsinrsc {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    scroll-margin-top: 155px
}

.abt-dvrsinrsc h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
    color: #dea01e;
    margin-bottom: 21px;
}

.abt-dvrsinrsc img {
    display: block;
    width: 850px;
    height: auto;
    max-width: 100%;
    margin: 0 auto 30px auto;
    border-radius: 18px;
}

.abtpg-dvrs-txt p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #676767;
    width: 1124px;
    margin: 0 auto;
    max-width: 100%;
}

.abtpg-dvrs-txt {
    width: 100%
}

/* testimonial */
.testi-masonary {
    column-count: 2;
    column-gap: 30px;
}

.testi-masonary .testi-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 37px 57px 37px 37px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    box-shadow: 0px 0px 17px 0px #00000012;
    break-inside: avoid;
}

.testi-toppr {
    margin-bottom: 50px;
}

.testi-toppr h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 57px;
    color: #DEA01E;
    margin-bottom: 12px;
    text-align: center;
}

.testi-toppr p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 36px;
    color: #4b4b4b;
    text-align: center;
}

.testi-masonary .testi-box p {
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 19px;
}

.more-testi .pagination.srch-pagi {
    margin-top: 30px !important;
    margin-bottom: 60px !important;
}

/* testimonial */

.ftr-cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}

.ftr-cont em {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    background-color: #a77f2a;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    flex-shrink: 0;
}

.ftr-cont em svg {
    display: block;
    width: 16px;
    height: 16px;
}

.ftr-cont h6 b {
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
    color: #a77f2a;
    line-height: 1;
}

.ftr-lnk-box:nth-child(3) h3 {
    margin-bottom: 31px;
}

.srcbox-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
    padding: 0px 9px 9px 9px;
    background-color: #fff8eb;
}

a.src-enq {
    padding: 4px 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a77f2a;
    border-bottom: 1px solid #a77f2a;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

a.src-enq svg {
    display: block;
    width: 18px;
    height: 18px;
}

a.src-enq svg path {
    stroke: #a77f2a;
}

a.src-enq:hover {
    color: #734e00;
}

a.src-enq:hover svg path {
    stroke: #734e00;
}

.cnt-input-box label.error {
    font-weight: 500;
    color: red;
    font-size: 13px;
}

.cont-pg-box button.theme-button {
    margin-top: 30px;
}

.prd-share li {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

/* 29-01-26 */
.mis-vis-box {
    margin-bottom: 60px;
}

.mis-vis-box:first-child {
    margin-top: 120px;
}

.msn-img {
    width: 100%;
    height: fit-content;
    position: relative;
}

.mis-vis-box em {
    width: 100%;
    height: fit-content;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    outline: 3px dashed #fff3d9;
    outline-offset: -19px;
}

.msn-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 40px;
    background-color: var(--theme-yellow);
    transform: translate(-30px, -30px);
    z-index: 1;
    opacity: 0.2;
}

.msn-img.vsn-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 40px;
    background-color: var(--theme-yellow);
    transform: translate(30px, 30px);
    z-index: 1;
    opacity: 0.2;
}

.mis-vis-box em img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.mis-vis-box text {
    padding-left: 40px;
    display: block;
}

.mis-vis-box.vsn-box text {
    padding-left: 0;
    padding-right: 40px;
}

.mis-vis-box text h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    color: #dea01e;
    margin-bottom: 16px;
    padding-bottom: 8px;
    position: relative;
}

.mis-vis-box text h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 1px;
    background-color: #d6d5d5;
    display: block;
}

.mis-vis-box text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    color: #615f5f;
    margin-bottom: 26px;
}

.mis-vis-box text ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    color: #615f5f;
    margin-bottom: 14px;
    /* padding-left: 40px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.mis-vis-box text ul li.highlt-txt {
    color: var(--theme-yellow);
    font-weight: 700;
    font-size: 18px;
}

.mis-vis-box text ul li svg {
    display: block;
    width: 16px;
}

/* 29-01-26 award page SB */
.award_area {
    margin-top: 80px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #2D2C2C;
}

.award_area p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #2D2C2C;
}

.award_area h3,
.story_area h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #DEA01E;
}

.award_area .row {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.award_area .row:last-child {
    margin-bottom: 0;
}

.aw_pic img {
    border-radius: 16px;
    height: 100%;
}

.aw_l_txt {
    padding-right: 24px;
}

/*story page SB*/
.story_area {
    margin-top: 60px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #2D2C2C;
}

.story_area p,
.award_area p  {
    /*font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #2D2C2C;*/

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    color: #615f5f;
    margin-bottom: 47px;
}

.story_head_area {
	text-align: center;
	margin-bottom: 40px;
	line-height: 37px;
	color: #615f5f;
}

.story_head_area h3 {
    margin-bottom: 50px;
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 61px;
    align-items: center;
    text-transform: capitalize;
    color: #DEA01E;
}

.story_pic {
    width: 100%;
    height: 530px;
}

.story_pic img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
}

.founder_area {
    padding-top: 80px;
}

.founder_area .row {
    display: flex;
    align-items: center;
}

.found_text {
    padding-left: 40px;
}

.sig_area {
    padding-top: 40px;
}

.sig {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    color: #3B414E;
    border-top: #3B414E 1px solid;
    width: fit-content;
    padding-top: 4px;
}

/*why*/
.why_box {
    width: 100%;
    height: 330px;
    background: rgba(255, 232, 184, 0.1);
    border: 1px solid #FBAA00;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #272727;
}

.why_box h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #6B5C4C;
    margin: 20px auto;
}


/* 29-01-Anwesa */

.career-top {
    margin-bottom: 60px;
    display: block;

}

.car-img {
    position: relative;
    width: 300px;
    max-width: 100%;
    float: left;
    margin: 0 50px 50px 0;
}

.car-img em {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}

.car-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #b8c9e1;
    opacity: 0.3;
    transform: translate(-22px, -19px);
    z-index: 0;
    border-radius: 39px;
}

.car-img em img {
    display: block;
    width: 100%;
    height: auto;
}

.car-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: 3px dashed #f3d699;
    transform: translate(22px, 22px);
    z-index: 4;
    border-radius: 30px;
}

.career-top text {
    width: auto;
    overflow: hidden;
    /* display: block; */
}

.career-top text h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    color: #dea01e;
    margin-bottom: 16px;
    padding-bottom: 8px;
    position: relative;
}

.career-top text h3::after {
    content: '';
    position: absolute;
    left: 350px;
    bottom: 0;
    width: 250px;
    height: 1px;
    background-color: #d6d5d5;
    display: block;
}

.career-top text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    color: #615f5f;
    margin-bottom: 26px;
}

.carer-avl-hdr {
    margin-bottom: 40px;
}

.carer-avl-hdr h4 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #dea01e;
}

.carer-avl-hdr h6 span {
    width: 150px;
    height: 2px;
    background: linear-gradient(180deg, #1e3871 0, #507ad4 25%, #1e3871 50%, #3758a2 70.35%, #1e3871 100%);
    display: block;
}

.carer-avl-hdr h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #1e3871 0, #507ad4 25%, #1e3871 50%, #3758a2 70.35%, #1e3871 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.avl-cr-box {
    width: 100%;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #d2d2d2;
    padding: 12px;
    height: 320px;
    margin-bottom: 20px;
}

.acbox-top {
    height: calc(100% - 24px - 21px);
    background-color: #fffaf0;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 6px;
}

.acbox-top h3 {
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 50px;
    text-align: left;
    text-transform: capitalize;
}

.acbox-top ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.acbox-top ul li {
    padding: 5px 8px;
    background-color: #e9e9e9;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #2d2d2d;
    border-radius: 4px;
    width: fit-content;
}

.acbox-ftr {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.acbox-ftr h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    letter-spacing: 0;
    color: #3a3733;
}

.acbox-ftr h4 small {
    font-size: 15px;
    font-weight: 400;
    color: #2d2d2d;
    letter-spacing: 2px;
}

.acbox-ftr a {
    display: block;
    width: fit-content;
    height: 33px;
    background: linear-gradient(270deg, #d8960d 0, #ffdf00 22.12%, #e5a92c 49.04%, #ffdf00 74.04%, #d99303 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #242424;
}

.car-frm {
    width: 100%;
    border-radius: 30px;
    background-color: #fffbf0;
    padding: 24px 24px 53px 24px;
    margin-top: 40px;
}

.car-frm h3 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    color: #dea01e;
    margin-bottom: 30px;
    padding-bottom: 8px;
    position: relative;
}

.car-frm h3::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 250px;
    height: 1px;
    background-color: #bfbfbf;
    display: block;
}

.car-frm-box {
    margin-bottom: 20px;
}

.car-frm h6 {
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 12px;
    position: relative;
}

.car-frm h6::before {
    content: '';
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 86px;
    height: 2px;
    background-color: #5f5f5f;
    display: block;
}

.cnt-upld {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.upld-button {
    position: relative;
    width: 263px;
    height: 47px;
    max-width: 100%;
}

.upld-button input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upld-button span {
    width: 100%;
    height: 100%;
    background: #fdd784;
    border: 1px solid var(--theme-yellow);
    border-radius: 10px;
    outline: 0.6px dashed var(--theme-yellow);
    outline-offset: -6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* gap: 12px; */
    padding: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #261e16;
}

span#resumeInput-error {
    background: transparent;
    border: none !important;
    outline: none !important;
    padding: 3px !important;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: calc(100% + -3px);
    left: 0;
    height: fit-content !important;
}

.upld-img {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upld-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.upld-img a {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 2px;
    right: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upld-img a svg {
    display: block;
    width: 9px;
    height: 9px;
}

.upld-img p {
    position: absolute;
    top: 101%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .01em;
    color: #474d51;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    white-space: nowrap;
    left: 8px;
}

.apply-frm {
    margin-top: 34px;
}

.apply-frm button {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 8px;
}


/* 30-01-2026 */
.ftr-lnk-box:first-child {
    width: 131px;
}

.ftr-lnk-box2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
    flex-grow: 1;
}

.ftr-lnk-box2 h3 {
    width: 100%;
}

.ftr-lnk-box2 ul {
    width: fit-content !important;
}

.ftr-lnk-box:nth-child(1) ul li a,
.ftr-lnk-box:nth-child(2) ul li a {
    font-size: 14px;
    line-height: 27px;
}

.ftr-links-sec {
    padding-left: 0;
}

/* 30-01-2026 */

/*gallery*/


.gallery_area {
    margin: 50px 0;
}

.gallery_area .row {
    display: flex;
    justify-content: center;
    align-items: center;


}

.gall_rt .row {
    row-gap: 15px;
}

/* Masonry magic */
.gallery-item {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: transform .4s ease, box-shadow .4s ease;
}

.gallery-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    opacity: 0.8;
}

.gall_tall {
    margin: 8px 0px;
}

.gall_tall img {
    width: 100%;
    object-fit: cover;
    height: 653px;
    object-position: top;
}

.g_same img {
    width: 100%;
    object-fit: cover;
    height: 348px;
    object-position: top;
}

.g_rect img {
    width: 100%;
    object-fit: cover;
    height: 290px;
    object-position: top;
}


/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/*life page*/

.life_pic {
    position: relative;
}

.life_pic img {
    border-radius: 16px;
}

.life_pic_txt {
    position: relative;
    width: 1086px;
    height: 282px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    text-align: center;
    padding: 40px 20px;
    z-index: 1;
    margin: 0 auto;
    margin-top: -140px;

}

.life_pic_txt h1 {
    font-family: 'Cormorant Infant';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    text-transform: capitalize;
    color: #DEA01E;
    height: 90px;
}

.life_pic_txt p {
    /*font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #2D2C2C;*/
     font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    color: #615f5f;
    width: fit-content;
    padding: 0px 20px;
    margin: 0 auto;
}

.lifebox {
    min-height: 294px;
    height: auto;
    background: rgba(255, 232, 184, 0.1);
    border: 1px solid #FBAA00;
    border-radius: 16px;
    margin: 8px auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 20px;
}

.lifebox_pic {
    width: 100%;
    height: 294px;
    margin: 8px auto;
}

.lifebox_pic img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.lifebox h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #6B5C4C;
    margin: 20px 0px;
}

/*020226 story director sec*/

.direct_pic {
    position: relative;
    width: 110px;
    max-width: 100%;

    margin-right: 15px;
   /*  margin: 0 auto;
   margin-bottom: 30px; */
}

.direct_pic em {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}

.direct_pic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f3d699;
    opacity: 0.3;
    transform: translate(-22px, -19px);
    z-index: 0;
    border-radius: 39px;
}

.direct_pic em img {
    display: block;
    width: 100%;
    height: auto;
}

.direct_pic::after {

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: 3px dashed #f3d699;
    transform: translate(22px, 22px);
    z-index: 4;
    border-radius: 30px;
    display: none;
}
.founder_area{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.direct_sec{
    margin: 15px auto;
    display:flex;
    align-items: center;
    background: rgba(255, 232, 184, 0.1);
  border: 1px solid #f3d699;
  border-radius: 30px;
  padding: 40px 20px 25px 40px;
}
.d_txt{
    /*text-align: center;*/
}
.d_txt h4 {
	font-family: 'Cormorant Infant';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	color: #dea01e;
}
.d_txt p{
  font-family: Montserrat;
  font-size: 15px;
  color: #615f5f;
  font-style: normal;
  margin-bottom: 0;
}
.director_area{
    padding-top: 80px;
}

.director_area .mis-vis-box{
    margin-top: 40px;
    margin-bottom: 0;
}
