body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #feffef;
  color:#000;
/*   font-family: "Roboto", sans-serif; */
	  font-family: "Rubik", sans-serif;
}
html,
body {
  overflow-x: clip;
}
.elementor-container {
    max-width: 1320px !important;
}
.loader-icon img{
	width:140px;
}
.testimonial-sliderss img{
	width:100%;
}
.wpcf7-captchac {
    width: 120px;
    height: 60px;
    margin-top: 0 !important;
    background: #fff;
}
ul,
li,
a {
  text-decoration: none;
  list-style: none;
}
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.navbar-brand h5 {
    color: #a02214;
    font-weight: 600;
    font-size: 23px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  margin: 0;
  padding: 0;
}
.white{
	color:#fff;
}
/* button */
.button {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
   padding: 10px 40px;
    border: 3px solid #fff;
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    margin-right: 25px;
}

.button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #fff;
  
  z-index: -1;
}
.navbar .container{
	padding:0 !important;
}
.button:hover, .button:focus {
  color: #a02214;
}

.button:hover:before, .button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button:active {
  transform: scale(0.9);
}
.button1 {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 7px 18px;
    border: 3px solid #ffffff;
    position: relative;
    color: #a02214;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    background: #fff;
}

.button1:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #a02214;
  z-index: -1;
}

.button1:hover, .button1:focus {
  color: white;
}

.button1:hover:before, .button1:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button1:active {
  transform: scale(0.9);
}
.button2 {
    border: 1px solid #000000;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 10px 62px;
    position: relative;
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    background: unset;
    margin-top: 40px;
}
.elementor img{
	height:auto !important;
}
.bdt-flex-middle {
    align-items: start !important;
}
/* button */
/* preloader */
.loader{background-color:#fff;height:100%;width:100%;position:fixed;margin-top:0px;top:0px;z-index:9999999}
.loader .loader-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:160px;height:160px;border:5px solid #ebebec;border-radius:50%}
.loader .loader-container:before{position:absolute;content:"";display:block;top:50%;left:50%;transform:translate(-50%, -50%);width:160px;height:160px;border-top:4px solid #21a7d0;border-radius:50%;animation:loaderspin 1.8s infinite ease-in-out;-webkit-animation:loaderspin 1.8s infinite ease-in-out}
.loader .loader-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.loader .loader-icon img{animation:loaderpulse alternate 900ms infinite}
.loader.orange-color .loader-container:before {
    border-color: #891F11;
}
@keyframes loaderspin{0%{transform:translate(-50%, -50%) rotate(0deg)}
  100%{transform:translate(-50%, -50%) rotate(360deg)}
}
@-webkit-keyframes loaderspin{0%{transform:translate(-50%, -50%) rotate(0deg)}
  100%{transform:translate(-50%, -50%) rotate(360deg)}
}
@keyframes loaderpulse{0%{transform:scale(1)}
  100%{transform:scale(1.2)}
}
/* preloader */
.mt-8 {
  margin-top: 55px;
}
/* header */
 .nav-link:hover {
    color: #feea01;
}
.nav-item .active {
    border: 1px solid #707070;
    padding: 5px 15px;
}
.navbar-collapse {
    justify-content: unset;
}
.navbar-brand img {
    width: 34%;
}
.nav-link {
    color: #fff;
    font-weight: bold;
}
.navbar {

    background: #a02214;
    border-bottom: 1px solid #fff;
}
.navbar-nav {
    gap: 35px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fbf7e7;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* header */
/* banner */

.banner h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.banner p {
    color: #fff;
    font-size: 20px;
    padding: 20px 0px;
    font-style: italic;
}
/* .banner-section {
	height:550px;
} */
.banner-content {
    width: 700px;
    padding: 85px 0 115px 0;
}
.test-heading-1 h3{
	font-size: 40px;
    text-align: left;
}
.test-heading-1 p{
	text-align: left;
}
.banner{
	background-size:cover !important;
	height:260px;
}
/* banner */

/*about-section*/

.about-section h2 {
    font-size: 38px;
    font-weight: 600;
  
}
.about-section p{
	font-size:20px;
	  padding: 20px 0;
}
.about-section .row{
	align-items:center;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.about-section img {
    width: 100%;
    border-radius: 30px;
}
.cus-bg {
    position: relative;
    padding: 0 80px 0 20px;
}
.cus-founder {
    padding: 0 20px 0 80px;
}
.cus-bg:after {
    position: absolute;
    content: '';
    background: url(../images/hindu.png) 0 0 no-repeat;
    width: 521px;
    height: 535px;
    top: -30%;
    right: 30%;
}
/*about-section*/
/*alangaram-section*/

.about-section{
	    padding: 0 2%;
}
.alangaram {
    background: url(../images/bg.png) 0 0 no-repeat;
    background-size: cover;
    height: 380px;
}
.today-details{
	text-align: center;
    width: 350px;
    margin: 0 0 0 auto;
    padding: 75px 0;
}
.today-details h4{
	padding:15px 0;
}
.today-details {
	
}
.testimonial-slider{
	padding:40px 0 0 0;
}
.no-padding1 img{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.testimonial-heading p{
	padding:10px 0;
}
/*alangaram-section*/
/*testimonial */
/* 
.testimonial-slider .center .testimonial{
	border-bottom:13px solid #a02214;
	border-top: 2px solid  #a02214;
	border-left: 2px solid  #a02214;
	border-right: 2px solid  #a02214;
	box-shadow: 0px 8px 20px #00000066;
} */
.testimonial-slider .owl-dots .owl-dot {
    background-color: #ccc; /* Inactive dot color */
    border-radius: 50%; /* Make dots circular */
    display: inline-block;
    margin: 0 5px; /* Adjust the spacing between dots */
    width: 10px; /* Adjust the width of dots */
    height: 10px; /* Adjust the height of dots */
}
.text-cont {
    background: #ffffffc2;
    padding: 40px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.testimonial {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-position-x: -230px !important;
}
.text-cont p{
	padding:10px 0;
}
.text-cont a{
	color:#A02214;
	font-weight:600;
}
.text-cont h3{
	font-size:20px;
}
.testimonial-slider .owl-stage-outer {
    overflow-x: clip !important;
    overflow-y: visible !important;
}
/* Active dot styles */
.testimonial-slider .owl-dots .owl-dot.active {
    background-color: #a02214; /* Active dot color */
}

/* Optional: Center the dots horizontally */
.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 70px; /* Adjust the vertical position of the dots */
	display:none;
}
.testimonial-img p {
    padding-top: 0;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
/*testimonial */
/*gallery*/
.gallery-section .row{
	padding-bottom:10px;
}

.gallery-section section{
	padding-top:30px;
}
.alangaram p{
	padding:20px 0;
}
.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.cus-gallery .col-md-6 {
    padding-bottom: 20px;
}
.gallery-section img{
	width:100%;
}
/*footer*/
.footer-section {
    background: url(../images/footer.png) 0 0 no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.footer-section img {
    width: 30%;
}
.cus-footer p{
	padding:20px 0;
}
.quick-links li a{
	color:#fff;
	
}
.quick-links li{
	padding-bottom:10px;
}
.social-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.social-logo li a{
	color:#fff;
}
.footer-section h5 {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}
.footer-section h5:before {
    position: absolute;
    content: '';
    background: url(../images/icon.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
}
.quick-links {
    padding: 20px;
}
.copy-rights {
    background: #891F11;
    padding: 8px 0;
}
.copy-rights p, .copy-rights p a{
	font-size:14px;
	color:#fff;
}
.scrollToTopBtn {
    background-color: unset;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    width: 40px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
}
.footer-section h4 {
    padding: 20px 20px 0px 20px;
    font-size: 18px;
}
/*gallery*/
.sub-banner {
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 80px 0 80px 0;
    text-align: center;
}
.sub-banner h3{
	text-align: left;
	font-size:40px;
}
.page-content {
    padding: 60px 0;
}
.page-content p {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 25px;
    text-align: justify;
}
.bdt-ep-product-grid-item {
   
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
transition:0.3 ease;
}
.bdt-ep-product-grid-item:hover{
	transform:translatey(-5px);
	  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
}
/* .bdt-ep-product-grid-item:hover {
    transform: translatey(-5px);
  ;
	
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
} */
.bdt-ep-product-grid-text p{
	font-size:15px;
}
.bdt-ep-product-grid-rating-time {
    margin-top: 0 !important;
}
 .wpcf7-form-control {
    margin-top: 25px;
    padding: 14px;
}
.wpcf7-submit{
    background: #a02214;
    color: #fff;
}
/*  */

.vline{
	border: 1px solid #E1E1E1;
    padding: 10px;
}

.vline ul li a {
    background-color: #a02214;
    color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-left: 3px solid #000000;
}
.vline ul li a:hover {
    background: #ff541c;
    color: #ffffff;
    padding-left: 25px;
    border-left: 3px solid #091c56;
}
.vline ul li {
    margin-bottom: -4px;
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style-image: none !important;
    list-style: none;
}
.side li a i{
	padding-right:6px;
}
.vline p {
    font-size: 15px;
    text-align: unset !important;
    position: relative;
}
.test11 a{
	color:#fff;
	background: #A02214;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 5px;
    display: inline-block;
}
.date{
	display:none;
}
.widget-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Change the color and opacity as needed */
    z-index: 1; /* Ensures the overlay stays on top */
}
.text-white {

    position: relative;
}
.widget-contact a {
    color: #fff;
    background: #A02214;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 5px;
    display: inline-block;
}
.widget-title {
    background: #f6f6f6;
    border-left: 3px solid #a02214;
    color: #23244a;
    display: inline-block;
    margin: 25px 0;
    padding: 7px 7px 7px 15px;
    position: relative;
    width: 100%;
}
.widget-contact{
	position:relative;
}
.widget{
	margin-top:15px;
}
.flash-button {
    color: #fff;
    border: none;
    border-radius: 0;
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    background: #a02214 !important;
    padding: 10px 20px;
}

@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}
.header-top .row{
	align-items:center;
}
.header-top .col-md-61{
	display: block;
    text-align: end;
}
.col-md-61 i{
    font-size: 13px;
    padding-left: 10px;
}
.tp-product-category-thumb a {
    display: inline-block;
    width: 180px;
    height: 180px;
    background-color: var(--tp-grey-1);
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #FFFFFF 0%, #BDDEFF 100%);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.tp-product-category-thumb img{
	width:50%;
}
.category-circle {
    width: 200px;
    height: 200px;
   
}
    .category-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
	   border-radius: 50%;
   
    }
	.category-circle h5{
		text-align:center;
		padding: 10px 0 0 0;
    font-weight: 400;
	}
    .product-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .discount {
      color: green;
      font-weight: bold;
    }
    .price {
      text-decoration: line-through;
    }
	.pricess h3{
		font-size:20px;
	}
	.list > div {
		padding-bottom:10px;
	}
	.owl-prev{
		    position: absolute;
    top: 50%;
    left: 0;
	}
	.owl-next{
		    position: absolute;
    top: 50%;
    right: 0;
	}
	.owl-nav button{
		    background: #ededed;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    font-size: 20px;}
	.owl-nav span{
		
	font-size:20px;
	}

#cart-container h4{
        font-size: 20px;
        line-height: 35px;
}
#cart-container h3{
font-size: 24px;
}