:root {
    --theme-color1: #c3471c;
    --theme-color2: #0f0f0f;
    --title-font: "signikavar", sans-serif;
    --body-font: "robotovar", sans-serif;
    --theme-color1-rgb: 0, 0, 0;
    --theme-color2-rgb: 144, 0, 0;
    --theme-color3-rgb: 13, 53, 79;
    --theme-color4-rgb: 248, 245, 241;
    --text-color-light: #fff;
    --text-color: #797f7d;
    --headings-color: #ffbea7;
    --link-color: #352f27;
    --link-hover-color: #5b8c51;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-font-weight-bold: 700;
    --body-line-height: 1.9;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --sec-title-subtitle-color: #819291;
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --theme-black: #0e2207;
    --DTBaseTransition: all 0.3s linear;
}

body {
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--title-font);
    font-weight: 600;
}
.featurs-navigation {
    display: none;
}
.ScrollToTop a {
    border: 1px solid var(--headings-color);
    color: var(--headings-color);
}
.ScrollToTop a:hover {
    background: var(--headings-color);
}


/*---  top  ---*/

.header-top span {
    margin-left: 20px;
    position: relative;
    color: var(--theme-color1);
    font-weight: 600;
    font-size: 16px;
}
.header-top {
    background: #fff;
    padding: 3px 0;
}
.navigation-area {
    background: var(--theme-color1);
}
.nav.navbar-nav li a {
    color: var(--text-color-light);
    font-size: 20px;
    font-family: var(--title-font);
    font-weight: 300;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--theme-color1);
    background: var(--text-color-light);
    border-radius: 50px;
    line-height: 0.5;
    font-weight: 400;
}
.nav.navbar-nav li {
    margin-top: 25px;
}
.phone {
    color: var(--theme-color1);
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 600;
}
.mail {
    color: var(--theme-color1);
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 600;
}
.header-top i.fa {
    color: var(--theme-color2);
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: var(--theme-color1);
}
.is-sticky .navigation-area {
    background: var(--theme-color1);
    display: none;
}
.is-sticky .navigation-area .navbar-nav li a {
    color: var(--text-color-light);
}
#home-slider .single-slide-item h1,#home-slider .single-slide-item p,#home-slider .teashop-btn,#home-slider .social-icons {
    display: none;
}
.navigation-area {
    padding: 7px 0;
}

/*---  banner  ---*/

.bg-overlay:after {
    opacity: 0;
}

/*------------------  breadcrumb  -------------------------*/

.section-top {
    position: relative;
    background-image: url(../../images/images/new_images/others/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 87px 0;
    z-index: 0;
}
.section-top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_title, .product_title, .gallery_title, .contact_title {
    color: var(--text-color-light);
    font-size: 40px;
    font-family: var(--title-font);
    font-weight: 400;
    text-align: initial;
    margin-left: 100px;
}


/*---  bottom  ----*/

.contpghead-h2 {
    font-size: 20px;
    color: var(--theme-color1);
    margin-top: 15px;
}
.footer-content p i {
    padding-right: 5px;
}
.footer-content .quicklinks li a:hover {
    color: var(--theme-color1);
}

/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px;
    background: var(--theme-color2);
    color: #fff;
}
#qcfooter-block h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 16px;
    line-height: 30px;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--theme-color2);
}
.qc-social-list .qc-social .social:hover {
    color: var(--theme-color1);
}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 6px 0;
    background: var(--theme-color1);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/
.block-1 .footer-content p {
    font-size: 16px;
}

/*===================================================  home_page  ==========================================================*/

/*--------------------------------------------------  home_welcome  --------------------------------------------------------*/

.hwelsec-contdiv {
    margin: 50px 0 0;
}
#homewelsec-id {
    padding: 80px 0 0;
}
.sec-titlediv {
    margin-bottom: 20px;
}
.homewel_title-h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--theme-color1);
    margin-bottom: 5px;
    border-left: 10px solid var(--headings-color);
    padding-left: 10px;
    margin-top: 0;
}
.homewel_title-h2 {
    font-size: 40px;
    color: var(--theme-color2);
    margin-top: 0;
}
.wel-para {
    text-align: justify;
}
.splfea {
    text-align: center;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 10px;
    border-radius: 20px;
    background: #0000001a;
}
.hwelsplfea-div {
    width: 100%;
    height: 100%;
}
.splfea:hover {
    background: none;
}
.splhd {
    font-size: 16px;
    color: var(--theme-color1);
}
.splpare {
    font-size: 14px;
}
.hwelsplfeaw-div {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.perfectbase {
    background: url(../../images/images/new_images/home/welimg/welbgimg.png) no-repeat;
    background-size: cover;
    padding: 30px 0px;
}
.perfect {
    color: #fff;
    font-size: 42px;
    margin: 0px 15% 0px 0px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0px;
    font-family: var(--body-font);
    float: left;
}
.btn-half {
    cursor: pointer;
    background-color: #000;
    z-index: 0;
    display: inline-block;
    position: relative;
    padding: 11px 25px;
    font-size: 16px;
}
.btn-half:before, .btn-half:after {
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-half:before {
    top: 0;
    left: 0;
    right: auto;
}
.btn-half span {
    color: #fff;
    display: block;
    padding-left: 0%;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 16px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    font-family: var(--sec-title-font-family);
    font-weight: 300;
}
.btn-half:after {
    bottom: 0;
    right: 0;
    left: auto;
}
.btn-half:hover em {
    background: #fff;
    transform: scaleX(1);
}
.btn-half em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 22%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
.btn-half.site-button:hover {
    background-color: #000;
}
.btn-half:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.btn-half:hover em {
    background: #fff;
    transform: scaleX(0.7);
}
.btn-half:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}






/*--------------------------------------------------  home_product  --------------------------------------------------------*/

#homeprodsec-id {
    padding: 0 0 80px;
    margin: 80px 0 0;
}
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    justify-content: space-between;
}
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-main-grid {
    width: calc(33% - (calc(30px)/2));
}
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-grid-banner.overlay-style{
    min-height: 300px;
}
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-grid-banner.overlay-style,
.home-masonry-banner .dt-sc-box-shadow.dt-sc-grid-banner .dt-sc-grid-banner-inner {
    border-radius: 0px;
    background-color: #000000;
}
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-main-grid .dt-sc-grid-banner {
    height: 100%;
}
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-grid-banner {
    gap: 0;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner, .dt-sc-featured-collection-section .dt-sc-collection-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    padding: 0;
    overflow: hidden;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-image,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-image,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-image {
    overflow: hidden;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner .with-overlay:before {
    background: var(--DTTertiaryColor);
    background: #000000;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner .with-overlay:before,
.dt-sc-grid-banner-section .dt-sc-grid-banner .with-gradient-overlay:before,
.dt-sc-featured-collection-section .dt-sc-collection-banner .with-overlay:before,
.dt-sc-featured-collection-section .dt-sc-collection-banner .with-gradient-overlay:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-image img,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-image img,
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-image svg,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-image img,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-image svg {
    object-position: center;
}
img {
    border-style: none;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content.top-center,
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content.top-left,
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content.top-right {
    margin-top: 0;
    margin-bottom: auto;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-content,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-content {
    z-index: 1;
    max-width: 100%;
    height: 100%;
    opacity: 1;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-content,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-content {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner .dt-sc-grid-banner-content,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content {
    padding: 30px;
}

.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content {
    padding: 30px 0 0;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner,
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner .dt-sc-grid-banner-content .dt-sc-grid-banner-inner {
    background-color: #000000;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-content[class*=-left] .dt-sc-grid-banner-inner,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-content[class*=-left].dt-sc-collection-banner-inner {
    margin-right: auto;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-content .dt-sc-grid-banner-inner,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-content .dt-sc-collection-banner-inner {
    position: relative;
    min-width: 50%;
    padding: 20px;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content.text-start,
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-inner.text-start,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content.text-start,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-inner.text-start {
    text-align: left;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content *,
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content *:not(:only-child),
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content *,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content *:not(:only-child) {
    margin: 0;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner .dt-sc-main-title {
    font-size: 40px;
    color: #f4b323;
    text-transform: uppercase;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content *:not(:last-child),
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content *:not(:last-child) {
    margin: 0 0 15px;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner .dt-sc-description {
    font-size: 20px;
    color: #ffffff;
}
.dt-sc-main-grid .dt-sc-grid-banner .dt-sc-btn {
    background: rgba(0,0,0,0);
    color: #ffffff;
}
.dt-sc-grid-banner .dt-sc-grid-banner-content .dt-sc-btn,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content .dt-sc-btn {
    display: inline-block;
    border: 2px solid var(--theme-color1);
    padding: 10px 28px;
    border-radius: 50px;
}

.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids {
    width: calc(67% - (calc(30px)/2));
}
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids {
    grid-gap: 30px;
}
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids.two-items.default,
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids.three-items.style-5,
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids.four-items,
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids.five-items.style-3,
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids.five-items.style-4 {
    grid-template-columns: repeat(2,1fr);
}
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids {
    display: grid;
}
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-grid-banner.overlay-style {
    min-height: 300px;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content.bottom-center,
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content.bottom-left,
.dt-sc-grid-banner-section .dt-sc-grid-banner .dt-sc-grid-banner-content.bottom-right {
    margin-top: auto;
    margin-bottom: 0;
}
.bottom-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-content[class*=-right] .dt-sc-grid-banner-inner,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-content[class*=-right].dt-sc-collection-banner-inner {
    margin-left: auto;
}
.home-masonry-banner .dt-sc-grid-banner.cont .dt-sc-main-title {
    color: #ffffff;
    margin: 0;
}
.home-masonry-banner .dt-sc-grid-banner.cont,
.home-masonry-banner .dt-sc-grid-banner.cont .dt-sc-grid-banner-content .dt-sc-grid-banner-inner:after {
    background-color: #000000;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-content[class*=-right] .dt-sc-grid-banner-inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    z-index: -1;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner:hover .with-overlay:before,
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner:hover .with-gradient-overlay:before {
    opacity: 0.8;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner:hover .with-overlay:before,
.dt-sc-grid-banner-section .dt-sc-grid-banner:hover .with-gradient-overlay:before,
.dt-sc-featured-collection-section .dt-sc-collection-banner:hover .with-overlay:before,
.dt-sc-featured-collection-section .dt-sc-collection-banner:hover .with-gradient-overlay:before {
    width: 100%;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-grid-banner.cont:hover .with-overlay:before,
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-grid-banner.cont:hover .with-gradient-overlay:before {
    opacity: 0.5;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-grid-banner.cont .with-overlay:before {
    background: #000000;
}
.dt-sc-grid-banner.cont .dt-sc-btn:hover {
    background: var(--theme-color1);
    color: var(--text-color-light);
}
.dt-sc-grid-banner.cont .dt-sc-btn {
    color: var(--text-color-light);
    background: var(--theme-color2);
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner .dt-sc-btn:hover {
    background: var(--theme-color1);
    color: var(--text-color-light);
}
.dt-sc-grid-banner.overlay-style:hover .dt-sc-grid-banner-content h4.dt-sc-main-title {
    margin: 0 0 15px;
}
.dt-sc-grid-banner.overlay-style:hover .dt-sc-grid-banner-content .dt-sc-btn-group {
    opacity: 1;
    height: 50px;
}
.dt-sc-btn-group {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    transition: all 0.1s linear;
}

/*----------------------------------------------------  home_whychoose  -----------------------------------------------------------*/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #757474;
}
#homewhychoose-id {
    padding: 0px 0px;
    margin: 100px 0px 60px;
    position: relative;
}
#homewhychoose-id .image {
    left: -7%;
    top: 20%;
    position: absolute;
    width: 25%;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.padd0 {
    padding: 0px;
}
.hwhycho-div {
    background: #eae9e8;
    position: relative;
    padding-bottom: 50px;
}
.hwhycho-divone {
    margin-top: -6%;
    width: 50%;
    display: inline-block;
}
.hwhycho-divonedetail {
    padding: 20px 50px;
}
.hwhycho-div-text {
    background: #f6cd06;
    padding: 4px 20px;
    position: absolute;
    right: -31%;
    z-index: 2;
}
.hwhycho-div-heading {
    color: #000;
    font-size: 45px;
    margin: 0px 0px 20px;
    font-weight: 200;
    line-height: 55px;
    letter-spacing: 0px;
    font-style: italic;
    font-family: var(--sec-title-font-family);
}
.hwhycho-div-sub-heading {
    padding-left: 110px;
    padding-bottom: 5px;
    color: #06a646;
    font-family: var(--sec-title-font-family);
    font-weight: 400;
    line-height: 0.5;
    text-shadow: 0.1px 1px 2px rgb(0 0 0 / 18%);
    font-size: 50px;
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/*------------------------------------------------------  home_gallery  ----------------------------------------------------*/

.sec-titlediv.centre {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 800px;
    text-align: center;
    margin: 0px auto 20px;
}
#homegallery-id {
    padding: 80px 0 60px;
}
.dt-sc-grid-banner.cont:hover .with-overlay:before,
.dt-sc-grid-banner.cont:hover .with-gradient-overlay:before {
    opacity: 0.8;
}
.dt-sc-grid-banner.cont .with-overlay:before {
    background: #000000;
}
.dt-sc-grid-banner .with-overlay:before {
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}
.dt-sc-grid-banner .with-overlay:before,
.dt-sc-grid-banner .with-gradient-overlay:before,
.dt-sc-featured-collection-section .dt-sc-collection-banner .with-overlay:before,
.dt-sc-featured-collection-section .dt-sc-collection-banner .with-gradient-overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
}
#homegallery-id .dt-sc-grid-banner, .dt-sc-featured-collection-section .dt-sc-collection-banner {
    position: relative;
    min-height: 300px;
    margin: 0 0 30px;
}
#homegallery-id .dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-image{
    border-radius: 15px;
}
.dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-image,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.dt-sc-grid-banner.overlay-style:hover img,
.dt-sc-grid-banner.overlay-style:hover svg.placeholder-svg {
    transform: scale(1.2);
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-image img,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dt-sc-grid-banner.overlay-style:hover .dt-sc-grid-banner-content {
    opacity: 1;
}
.dt-sc-grid-banner .dt-sc-grid-banner-content.center {
    margin: auto;
}
.dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-content,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-content {
    z-index: 1;
    max-width: 100%;
    height: 100%;
    position: relative;
}
.dt-sc-grid-banner .dt-sc-grid-banner-content.center,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-content,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-content {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.dt-sc-grid-banner-content {
    background-color: transparent;
    opacity: 0;
    transition: all 0.3s linear;
}
.dt-sc-grid-banner .dt-sc-grid-banner-content,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content {
    padding: 30px;
    padding-top: 110px;
}
.dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-content .dt-sc-grid-banner-inner {
    padding: 0;
}
.dt-sc-grid-banner.overlay-style .dt-sc-grid-banner-content .dt-sc-grid-banner-inner,
.dt-sc-featured-collection-section .dt-sc-collection-banner.overlay-style .dt-sc-collection-banner-content .dt-sc-collection-banner-inner {
    position: relative;
    min-width: 50%;
    padding: 20px;
}
.dt-sc-grid-banner .dt-sc-grid-banner-content.text-center,
.dt-sc-grid-banner .dt-sc-grid-banner-inner.text-center,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content.text-center,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-inner.text-center {
    text-align: center;
}
.dt-sc-grid-banner .dt-sc-grid-banner-content *,
.dt-sc-grid-banner .dt-sc-grid-banner-content *:not(:only-child),
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content *,
.dt-sc-featured-collection-section .dt-sc-collection-banner .dt-sc-collection-banner-content *:not(:only-child) {
    margin: 0;
}

.dt-sc-grid-banner-inner {
    background-color: transparent !important;
}
.dt-sc-grid-banner.cont .dt-sc-main-title {
    color: #ffffff;
}
.dt-sc-grid-banner.cont .dt-sc-description {
    color: var(--DTColor_Body);
    color: #f4b323;
}

/*--------------------------------------------------------  home_label  --------------------------------------------------------*/

.icon1 {
    text-align: center;
}
#span-icon1 {
    color: var(--headings-color);
    margin-bottom: 15px;
    font-size: 40px;
    background: var(--theme-color1);
    padding: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.icon1 h1 {
    font-family: var(--sec-title-font-family);
    font-weight: 500;
    font-size: 26px;
}
.para-hser {
    text-align: center;
}
.hsco1ss {
    padding: 100px;
}
#homelabel-id {
    padding: 80px 0 40px;
    background: url(../../images/images/new_images/home/others/labelbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*--------------------------------------------------------  home_label2  ------------------------------------------------------*/

#homelabel2-id {
    background: url(../../images/images/new_images/home/others/label2.png);
    background-size: cover !important;
    background-repeat: no-repeat;
    margin-top: 30px;
    height: 300px;
    padding-left: 80px;
    padding-right: 80px;
    background-attachment: fixed;
    background-position: 80% 80%;
}
.quotcont {
    margin-top: 100px;
}
.quothd {
    color: #fff;
    font-family: var(--sec-title-font-family);
    text-align: initial;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 40px;
}
.qutbtn {
    margin-top: 140px;
}


/*========================================================  contact_page  =================================================*/

.con-content .head-con {
    font-family: var(--title-font);
    color: var(--theme-color2);
    margin-bottom: 0;
}
.con-content .head-con span {
    color: #fff;
    background: var(--theme-color1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 7px;
}
.con-content .para-contact {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 2;
    padding-top: 10px;
}
.read-btn {
    background: var(--theme-color2);
    color: var(--text-color-light);
    font-family: var(--title-font);
    font-weight: 400 !important;
}
.read-btn:hover {
    background: var(--theme-color1);
    color: var(--text-color-light);
}
.contact-form h4 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 15px;
}
.contact-form {
    margin-bottom: 40px;
}
.contact-us {
    margin-top: 30px;
}
.contpg-title {
    color: var(--theme-color1);
}

/*=====================================================  gallery_page  ======================================================*/

.shop-cart-box .cart-price1 img {
    width: 100%;
}
.cart-price1 img {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 20px;
}
.shop-cart-box {
    margin-top: 20px;
}
.main-gall {
    margin-top: 40px;
}

/*=====================================================  product_page  =======================================================*/

.pro-content img {
    width: 30%;
    height: 100%;
    border: 10px solid #ffffff;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius: 20px;
}
.home_pro_title, .pro_title {
    color: var(--theme-color1);
    font-size: 26px;
    font-family: var(--title-font);
    margin: 0 0 15px;
}
.pro-content {
    min-height: 300px;
    border: 1px solid #ddd;
    overflow: auto;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    margin: 30px 20px;
    padding: 40px;
    border-radius: 30px;
}
.pro_pg {
    overflow: auto;
    margin-top: 40px;
}

/*========================================================  about_page  =======================================================*/

#aboutpage-id {
    padding: 80px 0;
}
.dt-sc-heading {
    margin-bottom: 20px;
}
.dt-sc-heading .dt-sc-main-heading {
    color: var(--theme-color1);
    margin-bottom: 15px;
}
.dt-sc-heading :not(:last-child) {
    margin: 0 0 10px;
}
.dt-sc-heading .dt-sc-heading-description {
    color: #292929;
}
.dt-sc-heading *, .dt-sc-heading :not(:only-child) {
    margin: 0;
}
.dt-sc-heading:after, .dt-sc-heading.place_on_top:before {
    position: relative;
    display: inline-block;
    content: "";
    background-image: url(//waffy-demo.myshopify.com/cdn/shop/files/heading-img_1.png?v=1621580212);
    width: 70px;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.dt-sc-image-with-icons-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 0;
    align-self: normal;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    padding: 0;
    gap: 0;
    overflow: hidden;
}
.dt-sc-image-with-icons-section .dt-sc-icon-blocks-section {
    margin-top: 30px;
}
.dt-sc-column.two-column {
    grid-template-columns: repeat(2,1fr);
}
.dt-sc-column {
    display: grid;
    width: 100%;
    grid-gap: 40px;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0;
    grid-auto-flow: row dense;
}
.dt-sc-image-with-icons-section .dt-sc-icon-blocks-section .dt-sc-icon-block {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-image {
    background: var(--theme-color1);
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: var(--DTBaseTransition);
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-image i {
    color: var(--text-color-light);
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-image img,
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-image i {
    font-size: 30px;
    transition: var(--DTBaseTransition);
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    padding-top: 15px;
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-content {
    padding-right: 0;
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-content .dt-sc-main-title {
    color: var(--link-color);
    font-size: 24px;
}
.dt-sc-icon-blocks-section .dt-sc-icon-block .dt-sc-icon-content .dt-sc-main-title {
    padding: 0;
    margin: 0 0 10px;
}
.inner-page-image-with-icon-section {
    margin: 60px 0 0;
    border-top: 1px solid #b5b5b5;
    padding-top: 40px;
}
.dt-sc-image-with-icons-section .dt-sc-icon-blocks-section .dt-sc-icon-block:hover .dt-sc-icon-image {
    background: var(--theme-color2);
}
.dt-sc-image-with-icons-section .dt-sc-icon-blocks-section .dt-sc-icon-block:hover .dt-sc-icon-image i {
    color: #ffffff;
}
.dt-sc-description {
    display: none;
}
.abpgcont2img-div img {
    border: 10px solid #ffffff;
    box-shadow: rgb(50 50 93 / 25%) 0px -30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    border-radius: 30px;
    padding: 10px;
}
.abpgcont2img-div {
    margin: 10px 0;
}
.image-about {
    border: 10px solid #ffffff;
    border-radius: 30px;
    padding: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px -30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (max-width: 767px){
.hwhycho-div-sub-heading {
    padding-left: 35px;
    padding-bottom: 5px;
    line-height: 0.4;
    font-size: 35px;
}
.hwhycho-div-heading {
    font-size: 30px;
    margin: 5px 0px 10px;
    line-height: 30px;
}
.hwhycho-div-text {
    padding: 4px 20px;
    right: 0%;
}
.hwhycho-divonedetail {
    padding: 20px 20px;
}
.quothd {
    font-size: 33px;
}
.qutbtn {
    margin-top: 0px;
}
.quotcont {
    margin-top: 30px;
}
#homelabel2-id {
    margin-top: 0px;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
    background-position: 65% 50%;
}
#homewhychoose-id .image {
    left: 39%;
    top: 1%;
    width: 50%;
}
#homewhychoose-id {
    padding: 100px 0px 60px;
    margin: 0;
}
.homewel_title-h2 {
    font-size: 30px;
}
.hsco1ss {
    padding: 0px;
}
#homelabel-id {
    background-position: 50% 50%;
    background-size: cover;
}
.hs-img {
    top: 260px;
    position: relative;
}
.hsco4 {
    position: relative;
    bottom: 200px;
}
#homelabel-id {
    padding: 10px 0 20px;
}
.dt-sc-grid-banner-section.dt-sc-masonry-grid-banner {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
}
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-main-grid,
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-additional-grids {
    width: 100%;
    height: auto;
    grid-template-columns: unset;
}
.home-masonry-banner .dt-sc-grid-banner-section.dt-sc-masonry-grid-banner .dt-sc-grid-banner.overlay-style {
    min-height: 300px;
}
.dt-sc-section-wrapper {
    padding: 0 20px;
}
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-image img,
.dt-sc-grid-banner-section .dt-sc-grid-banner:not(.grid-style) .dt-sc-grid-banner-image svg,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-image img,
.dt-sc-featured-collection-section .dt-sc-collection-banner:not(.grid-style) .dt-sc-collection-banner-image svg {
    object-position: 50% 30%;
}
.perfect {
    font-size: 26px;
    margin: 0px 15% 10px 0px;
    line-height: 35px;
}
.hwelsplfeaw-div {
    flex-direction: column;
    gap: 25px;
}
.hwelsec-contdiv {
    margin: 25px 0 0;
}
.single-slide-item {
    padding: 63px 0;
}
#home-slider, .page-banner {
    margin-top: 146px;
}
.navbar-toggle.collapsed, .is-sticky .navbar-toggle.collapsed {
    border-color: var(--headings-color);
    margin-bottom: 0;
    margin-top: 40px;
}
.icon-bar, .is-sticky .icon-bar {
    background: var(--headings-color);
}
.top-bar {
    text-align: right;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    line-height: 1.6;
}
.top_bar .location {
    display: none;
}
.header-top span:after {
    display: none;
}
.nav.navbar-nav li {
    display: flex;
    margin-right: 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #f5e6e6;
    margin: 0;
}
.navigation-area .nav.navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--headings-color);
    background: unset;
}
.nav.navbar-nav li a {
    line-height: 0.5;
}
.nav.navbar-nav li:last-child {
    border-bottom: unset;
}
.navigation-area .nav.navbar-nav {
    margin-bottom: 0;
}
.section-top {
    padding: 29px 0;
    top: 146px;
    margin-bottom: 120px;
}
.about_title, .product_title, .gallery_title, .contact_title {
    font-size: 30px;
    margin-left: 20px;
}
.abpg-contdiv {
    margin-top: 20px;
}
.inner-page-image-with-icon-section {
    margin: 20px 0 0;
}
.dt-sc-column.two-column {
    grid-template-columns: repeat(1,1fr);
}
.dt-sc-column {
    grid-gap: 20px;
    margin-bottom: 20px;
}
.dt-sc-image-with-icons-section .dt-sc-icon-blocks-section {
    margin-top: 0px;
}
#aboutpage-id {
    padding: 60px 0 20px;
}
.pro-content {
    margin: 20px 0px;
    padding: 20px;
}
.pro-content img {
    width: 100%;
    margin-bottom: 20px;
}
.contpg-title {
    font-size: 24px;
}
.is-sticky .navigation-area {
    display: unset;
}
#homewelsec-id {
    padding: 20px 0 20px;
}
#homeprodsec-id {
    padding: 0 0 40px;
    margin: 40px 0 0;
}
#homegallery-id {
    padding: 40px 0 20px;
}
.top-bar.text-left {
    display: none;
}
.home-masonry-banner .dt-sc-grid-banner-section .dt-sc-main-grid .dt-sc-grid-banner .dt-sc-main-title {
    font-size: 30px;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: var(--headings-color);
}






}


/*------------------------------------- Disktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .single-slide-item {
        padding: 280px 0;
    }
}
/*------------------------------------- Disktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .single-slide-item {
        padding: 290px 0;
    }
}
/*------------------------------------- Disktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .single-slide-item {
        padding: 300px 0;
    }
}



