/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@keyframes scaleUpDown {
    0% {
        transform: scale(1); /* Start at normal size */
    }
    100% {
        transform: scale(1.1); /* Scale up by 10% */
    }
}
@-webkit-keyframes fadInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translate(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translate(0);
    }
}
@keyframes fadInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translate(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0);
    }
}
.fadInLeft {
    -webkit-animation-name: fadInLeft;
    animation-name: fadInLeft;
}

@-webkit-keyframes fadeinRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translate(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translate(0);
    }
}
@keyframes fadeinRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translate(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0);
    }
}
.fadeinRight {
    -webkit-animation-name: fadeinRight;
    animation-name: fadeinRight;
}
@-webkit-keyframes fadeinUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeinUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,10%,0);
        -ms-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeinUp {
    -webkit-animation-name: fadeinUp;
    animation-name: fadeinUp;
}
/* watch and buy */
/*.watch-des img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
.watch-des p{
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}
.swiper-container-watch {
    overflow: hidden;
}
.watch-inner-sec {
    position: relative;
}

.image-overlay {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px rgba(148, 148, 148, 0.25);
}

.image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 47.13%, rgba(0, 0, 0, 0.71) 100%);
    height: 400px;
}*/
.treelink a {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #2b6d84;
    color: white;
    padding: 10px 18px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
	gap: 6px;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.06), 0 2px 32px 0 rgba(0,0,0,.16);
	animation: scaleUpDown 2s infinite alternate;
}
.treelink a img {
    width: 22px;
}
.explorenow{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50px);
}
.explorenow button{
    border-color: #fff;
    color: #fff;
    background: #b94845;
}
.explorenow button:hover {
    border-color: #b94845;
    color: #b94845;
    background: #fff;
}
.swiper-slide-prev .explorenow,
.swiper-slide-next .explorenow{
  display: none;  
}
/* Single Product Page */
.post-type-archive-product ul.products{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0.8% 2.992em 0;
    width: 310px !important;
}
.single-product .site-main,
.post-type-archive-product .site-main{
    max-width: 1320px !important;
    padding: 0 10px;
}
.single-product #primary,
.post-type-archive-product #primary {
    display: flex;
    margin: 100px 0;
}
.post-type-archive-product form.woocommerce-ordering {
    display: none;
}
.single-product .woocommerce-product-details__short-description {
    color: #201515;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 192.8%;
}
.single-product h1.product_title.entry-title {
    color: #201515;
    font-family: Lato;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 1.5px;
}
.single-product nav.woocommerce-breadcrumb {
    color: #201515;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.gmwqp_inquirybtn a.button.gmwqp_inq {
    border-radius: 60px;
    background: #B53B3B;
    color: #fff;
    padding: 20px 74px;
    border: 2px solid #B53B3B;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.gmwqp_inquirybtn a.button.gmwqp_inq:hover {
    border: 2px solid #B53B3B;
    background: #fff;
    color: #B53B3B;
}
.gmwqp_inner_popup_op_mores {
    border-radius: 10px;
}
button.gmqqp_submit_btn {
    border-radius: 60px;
    background: #B53B3B;
    color: #fff;
    padding: 15px 55px;
    border: 2px solid #B53B3B;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.gmwqp_inner_popup_op h3 {
    padding: 20px 0;
    background-color: #B53B3B;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}
.gmqqp_submit {
    margin-bottom: 25px;
}
/*[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #B53B3B;
    background-color: #fff;
    text-decoration: none;
}*/
button.gmqqp_submit_btn:hover {
    border: 2px solid #B53B3B;
    color: #B53B3B;
    background: #fff;
}
.single-product .gmwqp_inner_popup_op {
    max-width: 700px;
}
.gmwqp_beforeformcontent, .gmwqp_afterformcontent {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 25px;
    color: #201515;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 192.8%;
}
.gmwqp_toplevel {
    padding: 0 65px;
    margin-top: 25px;
}
.product-listing-cls a.button.product_type_variable,
.post-type-archive-product a.button.product_type_variable {
    background: #b53b3b;
    margin-bottom: 20px;
    margin-top: 0 !important;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    width: auto;
    border: 2px solid #b53b3b;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-listing-cls a.button.product_type_variable:hover,
.post-type-archive-product a.button.product_type_variable:hover {
    background: #fff;
    color: #b53b3b;
    border: 2px solid #b53b3b;
}

.product-listing-cls .gmwqp_inquirybtn_loop,
.post-type-archive-product .gmwqp_inquirybtn_loop {
    display: none !important;
}
.product-listing-cls h2.woocommerce-loop-product__title,
.post-type-archive-product h2.woocommerce-loop-product__title {
    color: #000000 !important;
    font-family: "Lato", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    font-style: normal;
    line-height: 28px;
    margin: 15px !important;
    padding: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-listing-cls li.product-type-variable,
.post-type-archive-product li.product-type-variable {
    border: 1px solid #dadada;
    border-radius: 10px;
}
.product-listing-cls img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.post-type-archive-product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 10px 10px 0 0;
}
td.value.woo-variation-items-wrapper{
    background: transparent;
}
.summary.entry-summary .price {
    display: none;
}
.variations th.label {
    display: none !important;
}
.single_variation_wrap{
    display: none !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 2px;
    padding: 22px;
}
section.related.products {
    display: none;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.product_meta {
    display: none;
}
a.reset_variations {
    display: none !important;
}
.woocommerce-product-attributes-item__value p {
    padding: 8px !important;
}
.woocommerce ul.products li.product .price{
    display: none;
}
.page-numbers {
    border-radius: 50px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.woocommerce nav.woocommerce-pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
input.gmqqp_input:focus-visible,
textarea.gmqqp_input:focus-visible {
    outline: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    -webkit-box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;
    box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd) !important;
    box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd) !important;
}
/* size chart page */
.size-chart-main {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.size-chart-main-inner {
    width: 49%;
}
.size-chart-main-inner:not(:first-child):not(:nth-child(2)) {
    padding-top: 20px;
}
.size-chart-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.size-chart-cls {
    text-align: center;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.chart-title {
    color: #000;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.chart-title span{
    text-decoration-color: #B53B3B !important;
}
.size-chart-btn a{
    color: #B53B3B;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline !important;
    text-transform: capitalize;
}
.size-chart-btn {
    padding-top: 30px;
}
.size-chart-btn .error-size{
    margin: 0;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /*padding: 20px;*/
    z-index: 1000;
    width: 80%;
    max-height: 80vh;
    /*overflow-x: auto;
    overflow-y: auto;*/
    border-radius: 10px;
}
.size-chart-content {
    background: #fff;
    padding: 20px 20px 5px 20px;
    border-radius: 10px;
}
.close-icon2 {
        position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    border: 1px solid #e8d2d2;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: 22px;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.black-background {
    background-color: #000;
    color: #fff;
}
.size-chart-tbl tr:nth-child(odd):not(.black-background) {
    background: rgba(181, 59, 59, 0.20);
}
.size-chart-tbl td, .size-chart-tbl table th{
    padding: 8px;
}
/* services */
.process-cls .elementor-image-box-wrapper{
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.process-cls .elementor-image-box-description {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    padding: 12px 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border: 4px solid #fff;
}
.process-cls .elementor-image-box-title{
    margin: 0 !important;
}
.process-cls .elementor-image-box-img img {
    border-radius: 10px 10px 0 0;
    height: 300px;
    object-fit: cover;
    object-position: center bottom;
}
.process-cls .elementor-image-box-content{
    height: 48px;
}
.process-cls .elementor-image-box-title{
    margin: 10px !important;
}
.process-cls.brand-cls .elementor-image-box-img img {
    object-position: center;
}
/* Breadcrumbs */
span.breadcrumb-line-cls {
    text-decoration: underline;
    text-underline-offset: 18px;
    text-decoration-color: #fff;
}
/* popup */
.popup-section{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.popup-img{
    width: 50%;
}
.popup-img img {
    width: 100%;
    max-width: 100%;
}
.popup-content{
    width: 50%;
}
.pum-title.popmake-title{
    display: none;
}
span.popup-title {
    color: #000;
    font-family: Lato;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
span.popup-title2{
    color: #B53B3B;
    font-family: Lato;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
span.popup-subtitle {
    color: #201515;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 192.8%;
}
.popup-title-cls {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
.popup-section .wpcf7{
    margin-top: 30px;
}
/* about us */
.key-person-cls .elementor-image-box-title{
    position: relative;
    padding-left: 20px;
}
.key-person-cls .elementor-image-box-description{
    padding-left: 20px;
}
.key-person-cls h3.elementor-image-box-title:before {
    content: " ";
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    left: 0;
    background: #b53b3b;
    top: 16px;
}
/* accreditation */
.certificate-cls .e-gallery-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* model */
/* .story-slider .e-con-inner {
	position: relative;
    z-index: 3;
}     */
.main-modal {
    position: fixed;
/*     z-index: 99999999; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.opacity-down .main-modal:before {
    width: 100%;
    z-index: 999;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: #000;
}
div#myModal {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 55%;
    height: calc(100vh - 80px);
    z-index: 999;
}
@media(max-width: 1199px){
    div#myModal{
        max-width: 60%;
    }
}
.video-img-sec {
    height: calc(90vh - 80px);
}
@media screen and (min-width: 992px) and (max-width: 1399px){
    .video-img-sec {
        height: calc(90vh - 180px);
    }    
}
.video-img-sec img,.video-img-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.swiper-container-ts {
  margin: 0 auto;
  width: 100%; /* Set your desired width here */
}

@media(max-width: 991px){
    div#myModal{
        max-width: 70%;
    }
    .video-img-sec {
        height: calc(90vh - 200px);
    }
}

/*.swiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress.swiper-container-ts.swiper-container-coverflow.swiper-container-3d.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0!important;
  position: relative;
  z-index: 1;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}*/

.swiper-slide.video-cls{
    opacity: 0;
}

.swiper-slide.video-cls.swiper-slide-active, 
.swiper-slide.video-cls.swiper-slide-prev,
.swiper-slide.video-cls.swiper-slide-next{
    opacity: 1 !important;

}

.swiper-button-prev, .swiper-button-next {
    align-items: center!important;
    background-color: rgba(0,0,0,.7)!important;
    border-radius: 35px!important;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))!important;
    cursor: pointer!important;
    display: flex!important;
    justify-content: center!important;
    opacity: 1!important;
    position: absolute!important;
    /*z-index: 10!important;*/
    height: 10%!important;
    padding: 20px;
}
#myModal{
    display: none;
}

.elementor-editor-active .loader-cls{
    display: none !important;
}

.loader-cls {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
}

.loader-cls .spinner {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top: 4px solid #B53B3B;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.close-icon {
    position: absolute;
    top: 9px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 45px;
    /* font-weight: bold; */
    z-index: 2;
}
.swiper-slide-prev .close-icon,
.swiper-slide-next .close-icon,
.swiper-slide-prev .video-icon,
.swiper-slide-next .video-icon,
.swiper-slide-prev .video-title,
.swiper-slide-next .video-title{
  display: none;  
}
.swiper-slide-prev .video-icon,
.swiper-slide-next .video-icon,
.swiper-slide-duplicate-prev .video-icon{
    display: none;
}

.swiper-slide-active p.video-title {
    position: absolute;
    top: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    text-shadow: black 0px 0px 4px;
    left: 100px;
    margin: 0;
    font-family: 'Lato';
    z-index: 1;
}
.swiper-slide-active img.video-icon {
    width: 100%;
    max-width: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 70px;
    border: 2px solid #B53B3B;
    border-radius: 50px;
    z-index: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff;
}
.swiper-slide.collection-cls:hover {
    transform: scale(0.9);
}
.close-button{
    filter: drop-shadow(black 0px 0px 5px);
}

/* Footer */
.subscribe-form p {
    display: flex;
    width: 100%;
    max-width: 424px;
    position: relative;
}
.copyright-cls {
    padding: 6px 0;
}
.footer-menu-link a.elementor-item.elementor-item-anchor,
.footer-menu-link .menu-item a.elementor-item {
    padding: 0;
}
/*.menu-item a.elementor-item {
    padding: 0;
}*/
.footer-menu-link ul{
	flex-direction: column;
}

.subscribe-form input{
	border-radius: 30px;
	/*width: auto;*/
	padding: 16px 35px;
}
.subscribe-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: absolute;
    right: 0;
}
.subscribe-form [type=submit] {
    border: 2px solid #B53B3B;
    background: #B53B3B;
    padding: 15px 35px;
    color: #FFF;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    width: 40%;
}
.subscribe-form [type=submit]:hover {
    border: 2px solid #B53B3B;
    background: #fff;
    color: #B53B3B;
}
.subscribe-form-cls .wpcf7-response-output{
	color: #aaa !important;
}
.subscribe-form-cls .wpcf7-not-valid-tip {
    margin-top: 10px;
    margin-left: 8px;
}
.social-icon-cls svg {
	transition: transform .2s,opacity .2s;
    transform: scale(.8);
    margin: 0 !important;
}
.social-icon-cls svg:hover {
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 6px;
    transform: scale(1);
}
/*we have served */
span.title-line-cls {
    text-decoration: underline;
    text-underline-offset: 18px;
    text-decoration-color: #b53b3b;
}
span.title-color-cls {
    color: #B53B3B;
}
.plus-sign-cls:nth-child(4) span.elementor-counter-number:after,
.plus-sign-about span.elementor-counter-number:after {
    content: '+';
}
.home-banner-cls .elementor-slide-heading,
.home-banner-cls .elementor-slide-description {
    margin-bottom: 20px !important;
}
/* best quality product */
.hr-lines:before {
    content: " ";
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 35%;
    left: 0;
    background: #b53b3b;
}
/* banner */
.home-banner-cls .swiper-pagination{
    z-index: 1;
}
.home-banner-cls .swiper-pagination-bullet-active {
    height: 10px;
    width: 17px !important;
    border-radius: 6px !important;
}
/* our feature */
.our-feature-icon .elementor-icon-box-icon {
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(202, 202, 202, 0.20);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-feature-icon .elementor-icon-box-icon:hover {
    box-shadow: 0px 4px 20px 0px rgb(122 118 118 / 20%);
    cursor: pointer;
}

/* Header*/
ul.sub-menu {
    /*margin-top: 0 !important;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.elementor-22 .elementor-element.elementor-element-3560823 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-22 .elementor-element.elementor-element-3560823 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 30px !important;
}
ul.sub-menu li a {
    padding: 10px 0 !important;
    font-family: "Lato", Sans-serif !important;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: none;
    /*line-height: 26px;*/
}
.main-header-cls ul#menu-1-3560823{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.main-header-cls nav.elementor-nav-menu--main > ul > li > a {
    padding: 0 !important;
}
.main-header-cls .elementor-item{
	padding-bottom: 8px !important;
}
.main-header-cls .elementor-item.elementor-item-active{
	font-weight: 700 !important;
}
/* FAQ */
.faq-main-cls .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 4px 20px 0px rgba(202, 202, 202, 0.20);
    border: none;
}
.faq-main-cls .elementor-accordion .elementor-tab-content{
    border-top: none;
}

.load-more-cls a.elementor-button.elementor-button-link.elementor-size-sm:hover .elementor-align-icon-right {
    background-image: url(https://www.12angel.co.in/wp-content/uploads/2023/12/PlusIcon.png);
    opacity: 1;
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.load-more-cls a.elementor-button.elementor-button-link.elementor-size-sm:hover svg {
    opacity: 0;
}
.blog-text-cls .elementor-post__text {
    padding: 0 20px 20px 20px;
}
.blog-text-cls .elementor-post__meta-data {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 10px;
}
.blog-text-cls span.elementor-post-date:before {
    content: url(https://www.12angel.co.in/wp-content/uploads/2023/12/Calender.svg);
    padding-right: 5px;
}

.blog-text-cls span.elementor-post-avatar:before {
    content: url(https://www.12angel.co.in/wp-content/uploads/2023/12/Comment.svg);
    padding-right: 5px;
}
.testimonial-box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    gap: 25px;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(183, 183, 183, 0.20);
    /* max-width: 648px; */
    /* height: 383px; */
    padding-right: 30px;
}
.testimonial-img img {
    border-radius: 10px 0px 0px 10px;
    background: lightgray 50% / cover no-repeat;
    width: 100%;
    max-width: 312px;
    height: 383px;
    object-fit: cover;
}
.testimonial-img{
    width: 100%;
    display: flex;
}
.testimonial-content{
    width: 100%;
}
p.testimonial-name {
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
p.testimonial-desc {
    color: #201515;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*body .swiper-button-prev{
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
}
body .swiper-button-next {
    position: absolute;
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: -70px;
}*/
.slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}
.slider-button img{
    cursor: pointer;
}
.slider-button img:hover {
    opacity: 0.8; 
    cursor: pointer; 
    /*filter: brightness(20%); */
    filter: brightness(20%) grayscale(100%) sepia(100%) saturate(0%) hue-rotate(0deg) invert(0%) contrast(100%) brightness(0%);
}
/* JOIN OUR MAILING LIST FOR UPDATES */
.f-cls{
    display: flex;
    gap: 10px;
}
.contact-with-us textarea {
    height: 150px;
}
.contact-with-us input[type=email], 
.contact-with-us input[type=number], 
.contact-with-us input[type=tel], 
.contact-with-us input[type=text], 
.contact-with-us textarea {
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding: 20px 30px;
} 
.gmwqp_inner_field input[type=email], 
.gmwqp_inner_field input[type=tel], 
.gmwqp_inner_field input[type=text], 
.gmwqp_inner_field textarea{
    border-radius: 30px !important;
    border: 1px solid #E9E9E9 !important;
    background: #FFF;
    padding: 25px 30px;
}
.contact-with-us input[type=email]::placeholder,
.contact-with-us input[type=number]::placeholder, 
.contact-with-us input[type=tel]::placeholder, 
.contact-with-us input[type=text]::placeholder, 
.contact-with-us textarea::placeholder {
    color: #C3C3C3;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.contact-with-us [type=submit] {
    border-radius: 60px;
    background: #B53B3B;
    color: #fff;
    padding: 18px 80px;
    border: 2px solid #B53B3B;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.contact-with-us [type=submit]:hover {
    background: #fff;
    color: #B53B3B;
    border: 2px solid #B53B3B;
}
.contact-with-us input:focus-visible,
.contact-with-us textarea:focus-visible,
.subscribe-form-cls input:focus-visible{
    outline: none;
}
.contact-with-us input.wpcf7-form-control.wpcf7-submit:focus,
.subscribe-form-cls input.wpcf7-form-control.wpcf7-submit:focus{
    outline: none;
}
/* slider1 */
.modal-content-cls .swiper-pagination{
    display: none;
}
.custom-bullet-class {
    width: 10px;
    height: 10px;
    background-color: #555; /* Bullet color */
    opacity: 0.7; /* Bullet opacity */
    margin: 0 8px; /* Adjust the spacing between bullets */
    cursor: pointer;
    display: inline-block;
}

.custom-bullet-active-class {
    background-color: #B53B3B; /* Active bullet color */
}
.collection-cls img {
    border: 1px solid #C9C9C9;
    border-radius: 100%;
    padding: 5px;
    height: 125px;
    width: 100%;
    max-width: 125px;
	object-fit: cover;
}
.swiper-container-main{
    overflow: hidden;
}
.collection-cls {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.collection-text {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
/* Media CSS */
@media only screen and (max-width: 1440px) {
    span.popup-title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1366px) {
    .contact-with-us input[type=email], .contact-with-us input[type=number], .contact-with-us input[type=tel], .contact-with-us input[type=text], .contact-with-us textarea {
        padding: 14px 30px;
    }
    .contact-with-us [type=submit] {
        padding: 15px 68px;
    }
    .chart-title {
        font-size: 22px;
    }
    .size-chart-cls {
        padding: 40px;
    }
    .size-chart-img img {
        width: 100%;
        max-width: 120px;
        height: 120px;
    }
    .size-chart-btn {
        padding-top: 15px;
    }
    .single-product #primary,
    .post-type-archive-product #primary {
        margin: 70px 0;
    }
    .gmwqp_inquirybtn a.button.gmwqp_inq {
        padding: 16px 64px;
    }
    .close-icon {
        top: 13px;
        right: 15px;
        font-size: 35px;
    }
    .swiper-slide-active img.video-icon {
        max-width: 60px;
        height: 60px;
    }
    .swiper-slide-active p.video-title {
        top: 25px;
        font-size: 17px;
        left: 90px;
    }
}
@media only screen and (max-width: 1300px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0 0.8% 2.992em 0;
        width: 24%;
    }
}
@media only screen and (max-width: 1200px) {
    .subscribe-form input{
	    padding: 13px 30px;
	}
    .subscribe-form [type=submit] {
        padding: 12px 30px;
    }
    .main-header-cls .e-con-inner {
        padding: 0;
    }
    .collection-cls img {
		height: 105px;
		max-width: 105px;
	}
    span.popup-title {
        font-size: 35px;
    }
    span.popup-title2 {
        font-size: 35px;
    }
    .popup-section .wpcf7 {
        margin-top: 15px;
    }
    .process-cls .elementor-image-box-img img {
        height: 250px;
    }
    .chart-title {
        font-size: 20px;
    }
    .size-chart-img img {
        max-width: 110px;
        height: 110px;
    }
    .popup {
        width: 98%;
    }
    .single-product #primary,
    .post-type-archive-product #primary {
        margin: 60px 0;
    }
    .elementor-22 .elementor-element.elementor-element-3560823 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-22 .elementor-element.elementor-element-3560823 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 25px !important;
    }
    ul.sub-menu li a {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
    ul.sub-menu {
         box-shadow: none; 
    }
}
@media only screen and (max-width: 1027px) {
    .testimonial-img {
        max-width: 40%;
    }
}
@media only screen and (max-width: 1024px) {
    .feature-main-cls .feature-box-cls {
        width: 32%;
    }
    .feature-main-cls .e-con-inner {
        flex-wrap: wrap !important;
        gap: 5px;
    }
    .testimonial-box {
        padding-right: 15px;
    }
    .contact-with-us [type=submit] {
        padding: 13px 60px;
    }
/*     .collection-cls img {
        max-width: 95px;
    } */
    .process-cls .elementor-image-box-img img {
        height: 200px;
    }
    .process-cls .elementor-image-box-description {
        top: -27px;
        padding: 9px 17px;
    }
    .chart-title {
        font-size: 18px;
    }
    .size-chart-img img {
        max-width: 100px;
        height: 100px;
    }
    .product-listing-cls h2.woocommerce-loop-product__title,
    .post-type-archive-product h2.woocommerce-loop-product__title {
        margin: 15px !important;
    }
    .single-product #primary,
    .post-type-archive-product #primary {
        margin: 50px 0;
    }
    .single-product h1.product_title.entry-title {
        font-size: 30px;
        line-height: 42px;
    }
    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
	.subscribe-form input {
	    padding: 10px 30px;
	}
    .subscribe-form [type=submit] {
        padding: 9px 30px;
    }
    p.testimonial-desc {
        font-size: 15px;
    }
    .swiper-slide-active img.video-icon {
        max-width: 40px;
        top: 10px;
        left: 10px;
        height: 40px;
    }
    .swiper-slide-active p.video-title {
        top: 15px;
        font-size: 16px;
        left: 60px;
    }
    .close-icon {
        top: 6px;
        right: 15px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 880px) {
	.category-inner {
		width: 48%;
	}
	.category-inner .elementor-image-box-img img {
		width: 100%;
	}
    .reason-box-cls {
        width: 30%;
        margin: 0 auto;
    }
    /* whatsapp */
    .qlwapp-toggle{
        height: 40px !important;
        width: 40px !important;
    }
    .qlwapp-icon{
        font-size: 18px !important;
    }
    .key-person-cls .elementor-image-box-img img{
        width: 100%;
        object-fit: cover;
    }
    .popup-img{
        display: none;
    }
    .popup-content {
        width: 100%;
    }
    span.popup-title {
        font-size: 30px;
    }
    span.popup-title2 {
        font-size: 30px;
    }
    .size-chart-main-inner {
        width: 100%;
    }
    .chart-title {
        font-size: 16px;
    }
    .size-chart-img img {
        max-width: 150px;
        height: 150px;
    }
    .size-chart-btn {
        padding-top: 10px;
    }
    .size-chart-content {
        overflow-x: auto;
        overflow-y: auto;
    }
    .single-product #primary,
    .post-type-archive-product #primary {
        margin: 30px 0;
    }
    .treelink a {
        bottom: 80px;
/*         padding: 14px 12px; */
    }
    .treelink a img {
        width: 18px;
    }
}
@media only screen and (max-width: 780px) {
    .testimonial-box {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .process-cls .elementor-image-box-img img {
        height: 150px;
    }
    .process-cls .elementor-image-box-description {
        top: -24px;
        padding: 6px 14px;
    }
    .single-product h1.product_title.entry-title {
        font-size: 23px;
        line-height: 32px;
    }
    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
        padding: 16px;
    }
    .gmwqp_inquirybtn a.button.gmwqp_inq {
        padding: 14px 45px;
    }   
}
@media only screen and (max-width: 767px) {
	.category-inner {
		width: 48%;
	}
    .counter-main-cls .counter-cls {
        width: 48%;
    }
    .our-feature-icon .elementor-icon-box-icon {
        width: 80px;
        height: 80px;
    }
    .faq-main-cls .elementor-accordion-icon-opened,
    .faq-main-cls .elementor-accordion-icon-closed{
        margin-top: 6px;
    }
    .recent-post-cls .e-con.e-flex {
        --flex-wrap: nowrap !important;
    }
    .purpose-goal-cls .e-con.e-flex{
        --flex-wrap: nowrap !important;s
    }
/*     .collection-cls img {
        max-width: 90px;
    } */
    .contact-with-us input[type=email], .contact-with-us input[type=number], .contact-with-us input[type=tel], .contact-with-us input[type=text], .contact-with-us textarea {
        padding: 8px 20px;
    }
    .single-product .gmwqp_inner_popup_op {
        max-width: 500px;
    }
    .contact-with-us [type=submit] {
        padding: 8px 35px;
    }
	.treelink a {
		padding: 5px 13px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 650px) {
    .modal-content-cls .swiper-button-next,
    .modal-content-cls .swiper-button-prev {
        display: none !important;
    }
    .modal-content-cls .swiper-pagination{
        display: block;
    }
    .explorenow {
        bottom: 40px;
    }
    .explorenow button {
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
   .reason-box-cls .elementor-image-box-title{
        font-size: 15px !important;
    }
    span.popup-title {
        font-size: 25px;
    }
    span.popup-title2 {
        font-size: 25px;
    }
    .gmwqp_toplevel {
        padding: 0 35px;
        margin-top: 25px;
    }
    .gmwqp_inquirybtn a.button.gmwqp_inq {
        padding: 10px 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .feature-main-cls .feature-box-cls {
        width: 49%;
    }
	.elementor-7 .elementor-element.elementor-element-1b3f472 .elementor-repeater-item-f907ab0 .swiper-slide-bg{
        background-image: url(https://www.12angel.co.in/wp-content/uploads/2024/02/Web-banner-Phone-01.jpg) !important;
        background-size: contain !important;
        background-color: #feecec;
    }
	.elementor-7 .elementor-element.elementor-element-1b3f472 .elementor-repeater-item-6414eb4 .swiper-slide-bg{
		background-image: url(https://www.12angel.co.in/wp-content/uploads/2024/02/Web-banner-Phone-003.jpg) !important;
        background-size: contain !important;
        background-color: #feecec;
	}
	.elementor-7 .elementor-element.elementor-element-1b3f472 .elementor-repeater-item-9b6cf2b .swiper-slide-bg{
		background-image: url(https://www.12angel.co.in/wp-content/uploads/2024/02/Web-banner-Phone-002.jpg) !important;
        background-size: contain !important;
        background-color: #feecec;
	}
    .home-banner-cls .swiper-slide-contents {
        position: absolute;
        top: 125px;
    }
    .home-banner-cls .elementor-slide-heading {
        font-size: 28px !important; 
        line-height: 38px !important;
    }
    .home-banner-cls .swiper-slide {
        height: 650px !important;
    }
    .home-banner-cls .elementor-button.elementor-size-md {
        padding: 11px 40px !important;
    }
    .reason-box-cls {
        width: 46%;
        margin: 0 !important;
    }
/*     .collection-cls img {
        max-width: 80px;
    } */
    .size-chart-cls {
        padding: 20px;
    }
    .size-chart-img img {
        max-width: 120px;
        height: 120px;
    }
    .testimonial-img {
        max-width: 100%;
    }
    .testimonial-box {
        padding: 0;
        display: block;
    }
    .testimonial-img img {
        width: 100%;
        max-width: 100%;
    }
    .testimonial-content {
        padding: 20px;
    }
    .testimonial-img img {
        border-radius: 0px;
    }
    .testimonial-img img {
        object-fit: cover;
        background-color: transparent;
    }
}
@media only screen and (max-width: 539px) {
	.category-inner {
		width: 100%;
	}
}
@media only screen and (max-width: 519px) {
    .counter-main-cls .counter-cls {
        width: 47%;
    }
    .single-product .gmwqp_inner_popup_op {
        max-width: 400px;
    }
}
@media only screen and (max-width: 480px) {
    /*.testimonial-img {
        max-width: 100%;
    }
    .testimonial-box {
        padding: 0;
        display: block;
    }
    .testimonial-img img {
        width: 100%;
        max-width: 100%;
    }
    .testimonial-content {
        padding: 20px;
    }
    .testimonial-img img {
        border-radius: 0px;
    }
    .testimonial-img img {
        object-fit: cover;
        background-color: transparent;
    }*/
    .process-cls .elementor-image-box-img img {
        height: 100px;
    }
    .process-cls .elementor-image-box-content {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .process-cls .elementor-image-box-title {
        font-size: 16px;
        line-height: 26px;
    }
    .size-chart-img img {
        max-width: 100px;
        height: 100px;
    }
    .gmwqp_toplevel {
        padding: 0 20px;
        margin-top: 25px;
    }
    .single-product .gmwqp_inner_popup_op {
        max-width: 280px;
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .post-type-archive-product ul.products {
        display: grid;
        justify-content: unset;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}
@media only screen and (max-width: 425px) {
/*     .collection-cls img {
        max-width: 90px;
    } */
    .responsive-pro-cls .e-con-inner {
        flex-wrap: wrap !important;
    }
    .process-cls .elementor-image-box-img img {
        height: 200px;
    }
    .procedure-second-cls{
        margin-top: 20px;
    }
    .process-cls .elementor-image-box-content {
        height: 60px;
    }
    .size-chart-img img {
        max-width: 90px;
        height: 90px;
    }
}
@media only screen and (max-width: 386px) {
    .home-banner-cls .elementor-slide-heading {
        font-size: 26px !important;
        line-height: 36px !important;
    }
}
@media only screen and (max-width: 356px) {
    .counter-main-cls .counter-cls {
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    .home-banner-cls .elementor-slide-heading {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .home-banner-cls .swiper-slide-contents {
        top: 90px;
    }
    .home-banner-cls .elementor-button.elementor-size-md {
        padding: 6px 20px !important;
    }
    .home-banner-cls .elementor-slide-heading, .home-banner-cls .elementor-slide-description{
        margin-bottom: 8px !important;
    }
    .home-banner-cls .swiper-slide {
        height: 500px !important;
    }
    .home-banner-cls .elementor-slide-description {
        font-size: 11px;
    }
    .home-banner-cls .swiper-slide-contents {
        max-width: 85% !important;
    }
}
@media only screen and (max-width: 320px) {
   .collection-cls img {
	    height: 90px;
        max-width: 90px;
    }
}