:root{
	--main-color:#32612D;
	--secondary-color:#ddffd9;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
}
body{
	font-family: 'Roboto', sans-serif;
}
.header{
	position: relative;
}
.menu-section{
	margin-bottom: 0;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive{
	border-radius: 8px;
}
a,a:hover{
	text-decoration: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
	}

	.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
/*	padding:60px 40px;*/
	box-sizing: border-box;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}

	.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.slider-content{
	display: flex;
	text-align: initial;
	color: white;
	padding: 40px;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
}
.slider-1{
	background: url('../img/sliderbg-1.jpg');
	background-size: cover;
	background-position: center;
}
.slider-2{
	background: url('../img/sliderbg-2.jpg');
	background-size: cover;
	background-position: center;
}
.slider-3{
	background: url('../img/sliderbg-5.jpg');
	background-size: cover;
	background-position: center;
}
.slider-4{
	background: url('../img/sliderbg-4.jpg');
	background-size: cover;
	background-position: center;
}
.slider-content h1{
	font-size: 65px;
}
.slider-content h1{
	font-weight: 400;
}
.slider-content h1 b{
	font-weight: 900;
}
.slider-content .sale-tag span{
	background: #F21C29;
	padding: 8px;
	border-radius: 8px;
	font-size: 14px;
}
.slider-content h4{
	font-weight: 400;
}
.slider-content .slider-btn{
	background: #efba1c;
	margin-top: 10px;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 60px;
	color: white;
}
.swiper-pagination-bullet-active{
	background: white !important;
}
.swiper-slide-active .slider-content .sale-tag{
	animation: backInLeft 1s;
}
.swiper-slide-active .slider-content .heading-one{
	animation: bounceInDown 1.5s;
}
.swiper-slide-active .slider-content .heading-two{
	animation: bounceInDown 2.5s;
}
.swiper-slide-active .slider-content .heading-three{
	animation: bounceInRight 3s;
}
.swiper-slide-active .slider-content .slider-btn{
	animation: bounceInUp 3.5s;
}
.swiper-slide-active .slider-img{
	animation: zoomIn 1s;
}
section{
	padding: 30px 20px;
	padding-bottom: 20px;
}
.category-box{
	padding: 30px;
	border-radius: 8px;
}
.category-box .row{
	display: flex;
	justify-content: safe center;
	align-items: center;
	height: 100%;
}
.category-box .sale-tag{
	font-size: 16px;
}
.category-box .category-img{
	transform:scale(1.2);
}
.category-box.box1{
	/*background: #FAD118;*/
	background: #e8ef6a;
}
.category-box.box2{
	background: #6ab1ef;
}
.category-box.box3{
	background: #6aef71;
}
.category-box.box4{
	background: #ff5353;
}
.category-box.box5{
	background: #ab6aef;
}
.category-box h1{
	font-weight: 700;
	font-size: 35px;
}
.category-content h3{
	font-weight: 700;
}
.brown-btn{
	display: inline-block;
	margin-top: 10px;
	background: #5F3333;
	color: white;
	padding: 12px 25px;
	border-radius: 60px;
}
.brand img{
	width: 230px;
}
.product .product-section{
	background: url('../img/pattern-bg.png');
	background-color:  #f8253a;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	padding: 20px;
}
.heading{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}
.heading h1{
	color: white;
	font-weight: 700;
	margin-right: 5px;
}
.heading .line{
	width: 80px;
	height: 3px;
	background: var(--main-color);
}
.rate{
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	align-items: center;
}
.rate p{
	margin-bottom: 0;
}
.rate p span{
	font-weight: 700;
}
.rate p b{
	text-decoration: line-through red;
	color: grey;
	font-weight: 400;
}
.product{
	padding-top: 0;
}
.category{
	padding-bottom: 40px;
}
.product-slider{
	overflow: hidden;
}
.trending-slider{
	overflow: hidden;
}
.owl-item{
	float: left;
}
.product-box{
	padding: 20px;
	background: white;
	display: flex;
	border-radius: 8px;
	justify-content: safe center;
	align-items: center;
	flex-direction: column;
}
.product-img{
	margin-bottom: 10px;
}
.product-box h5{
	font-weight: bold;
}
.rate .icon{
	height: 35px;
	width: 35px;
	line-height: 35px;
	border: 1px solid lightgrey;
	text-align: center;
	border-radius: 5px;
}
.rate .icon:hover{
	color: red;
}
.product-section{
	position: relative;
}
.product-slider .owl-nav{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 50
}
.product-slider .owl-nav button{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: white;
	border-radius: 5px;
	margin: 0 5px;
	outline: none !important;
	font-size: 27px;
}
.trending-slider .owl-nav button{	
	background: #0edb94 !important;
	color: black;
	font-weight: bold;
}
.product-section{
	position: relative;
}
.trending-slider .owl-nav{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 50
}
.trending-slider .owl-nav button{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: white;
	border-radius: 5px;
	margin: 0 5px;
	outline: none !important;
	font-size: 27px;
}
.rate .icon.active{
	color: red;
}
.heading2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.heading2 h1{
	font-weight: 900;
}
.heading2 .line{
	height: 3px;
	width: 40px;
	background: red;
}
.heading2 .line2{
	height: 3px;
	width: 60px;
	background: green;
	margin-top: 5px;
}
.service-inner-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.service-inner-content .icon-box{
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 6px;
	background: #e74c3c;
	color: white;
	margin-right:10px;
	font-size: 35px;
	padding: 7px;
}
.service-inner-content h3{
	margin-bottom: 0;
	font-weight: 500;
}
.service-inner-content .icon-box.icon2{
	background: #f39c12;
}
.service-inner-content .icon-box.icon3{
	background: #2980b9;
}
.service-inner-content .icon-box.icon4{
	background: #8e44ad;
}
.services{
	position: relative;
	display: flex;
	justify-content: safe center;
	align-items: center;
	height: 100%;
}
.services .before-bg{
	transform: rotate(80deg);
	transition: 0.5s;
}
.services .service-slider{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-top: -50px;
}
.trending-slider .product-box{
	border: 1.5px solid lightgrey;
}
footer{
	background: #161616;
	padding: 60px 20px;
	color: white;
	border-radius: 60px 0 0 0;
}
.footer-logo{
	margin-bottom: 20px;
}
.newsletter{
	height: 50px;
	width: 100%;
	border-radius: 60px 0 0 60px;
	border: 0;
	outline: none;
	padding: 10px;
}
.newsletter-btn{
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-radius: 0 60px 60px 0;
	border: 0;
	background: #0EDB94;
	font-weight: 500;
}
.footer-box{
	display: flex;
	justify-content: safe center;
	align-items: center;
	flex-direction: column;
}
.footer-box .icon-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-box .icon-box p{
	margin-bottom: 0;
}
.footer-box .icon-box .inner-icon{
	height: 40px;
	width: 40px;
	/*background: #0EDB94;*/
	border: 2px solid #0EDB94;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	margin-right: 10px;
}
.footer-box .icon-box .inner-icon i{
	color: #0EDB94;
	font-size: 20px;
}
footer .footer-box ul li{
	margin-bottom: 5px;
}
.bottom-footer{
	background: #110f0f;
    height: 60px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-footer p{
	margin-bottom: 0;
	color: white;
}
.special-product .product-box{
	border: 1.5px solid lightgrey;
	flex-direction: row;
	position: relative;
	width: 100%;
}
.center-box{
	height: 100%;
}
.center-box .product-box{
	height: 100%;
	flex-direction: column;
	width: 100%;
	max-height: 100%;
}
.product-img{
	display: flex;
	justify-content: safe center;
	align-items: center;
}
.product-box{
	position: relative;
}
.special-product .product-box .icon{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}
.sale{
	background: #0edb94;
	padding: 8px 15px;
	border-radius: 5px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 5;
}
.sale p{
	margin-bottom: 0;
	font-weight: 500;
	color: white;
}
#remainingTime{
	text-align: center;
}
.sale-timer{
	text-align: center;
}
.sale-timer span{
	color: red;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

.timer{
	display: flex;
	justify-content: safe center;
	align-items: center;
}
.timer div{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #0edb94;
	border-radius: 5px;
	font-weight: bold;
}
.banner{
	border-radius: 8px;
	overflow: hidden;
}
.timer .colon{
	background: none;
	width: 15px;
}
.rule-box{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.rules{
	padding-top: 30px;
}
.rule-box .icon-box{
	margin-right: 10px;
}
.rule-box .icon-box i{
	font-size: 55px;
	color: #0edb94;
}
.rule-box .rules-content h5{
	margin-bottom: 0;
}
.rule-box .rules-content p{
	margin-bottom: 0;
}
.product-box{
	transition: 0.5s;
}
.product-img{
	transition: 0.5s;
	overflow: hidden;
}
.product-img:hover img{
	transition: 0.5s;
	overflow: hidden;
	transform: scale(1.1);
}
.main-slider{
	overflow: hidden;
}
.brand-box img{
	border: 1px solid lightgrey;
	border-radius: 8px;
	padding: 10px;
}
.contact .form-control{
	height: 60px;
	border: 2px solid lightgrey;
}
.contact textarea{
	height: 150px !important;
}
.contact .form-control:focus{
	box-shadow: none;
	outline: none;
} 
form .brown-btn{
	border: none;
	padding: 12px 45px;
}
.gifting-banner .lg{
	display: block;
}
.gifting-banner .sm{
	display: none;
}
@media screen and (max-width: 991px){
	.category-box .category-img{
		transform: scale(1);
	}
	.category-content h1{
		font-size: 25px;
	}
	.category-content h3{
		font-size: 20px;
	}
	.category-box{
		height: 100%;
	}
	.slider-content h1{
		font-size: 40px;
	}
	.slider-content h4{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.gifting-banner .lg{
		display: none;
	}
	.gifting-banner .sm{
		display: block;
	}
	.swiper-slide .slider-content .heading-three{
		display: none;
	}
	.heading2 h1{
		font-size: 35px;
	}
	.trending-slider{
		margin-top: 60px !important;
	}
	.trending-slider .owl-nav {
	    position: absolute;
	 	top: inherit;
	    bottom: -45px;
	    right: 50%;
	    transform: translate(50%, 10px);
	    z-index: 50;
	}
	footer{
		margin-top: 25px;
	}
}
@media screen and (max-width: 500px){
	.heading2 h1 {
	    font-size: 25px;
	}
	.service-inner-content h3{
		font-size: 25px;
	}

}

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
    .jasmine_html-reporter.jasmine-failure-list{
    	display: none;
    }
    .marqueeContainer,.marqueeContainer li{
    	width: 100% !important;
    	left: 0;
    }
    .marqueeContainer{
    	height: 20rem !important;
			/*border:1px solid var(--main-color);*/
			margin-bottom: 10px;
    }
    .upper-heading-box{
    	border:1px solid var(--main-color);
    	background: white;
    	border-radius: 8px;
    	padding: 10px;
    	height: 100%;
    }
    .upper-heading-box h5{
    	margin-top: -15px;
    	margin-left: 10px; 
    	margin-bottom: 15px; 	
    }
    .upper-heading-box h5 span	{
    	background: var(--main-color);
    	padding: 5px 10px;
    	color: white;
    	font-weight: bold;
    	position: relative;
    }
    .upper-heading-box h5 span:before {
		    content: '';
		    position: absolute;
		    top: 0;
		    right: -33px;
		    height: 10px;
		    width: 10px;
		    z-index: -1;
		    border-width: 17px;
		    border-style: solid;
		    border-color: transparent transparent #4e9a46 #4e9a46;
		}
    .marqueeContainer > *{
    	/*padding-left: 10px !important;
    	padding-right: 10px !important;*/
    }
    .date-box{
    	background: var(--main-color);
    	color: white;
    	border-radius: 8px 0 0 8px;
    	padding: 10px;
    	text-align: center;
    	border: 1px solid var(--main-color),
    	border: 0px solid var(--main-color),
    	border: 1px solid var(--main-color),
    	border: 1px solid var(--main-color);
    	height: 100%;
    	display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	    text-align: center;
    }
    .date-box h1{
    	font-size: 25px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .date-box h1,.date-box h3,.date-box h4{
    	margin-bottom: 0;
    	font-family: 'Poppins', sans-serif;
    }
    .date-box h3{
    	font-size: 14px;
    	font-weight: bold;
    }
    .date-box h4{
    	font-size: 11px;
    }
    .news-content-box{
    	padding: 10px;
    	border:1px solid var(--main-color);
    	height: 100%;
    	display: flex;
    	justify-content: center;
    	flex-direction: column;
    	border-radius: 0 8px 8px 0;
    }
    .news-content-box a{
    	display: inline-block;
    	color: black;
    }
    .news-content-box p{
    	font-size: 14px;
    	margin-bottom: 0;
    }
    .view-button{
    	padding: 5px 10px;
    	color: white !important;
    	text-decoration: none;
    	background: var(--main-color);
    	display: inline-block;
    	width: 75px;
    	font-size: 13px;
    	border-radius: 5px;
    }
    .quicklink-img{
    	background: var(--secondary-color);
    	height: 100px;
    	width: 100px;
    	padding:20px;
    	border-radius: 50%;
    }
    .quicklink-box{
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
    	text-align: center;
    }
    .quicklink-box h6{
    	margin-top: 10px;
    	font-weight: 600;
    }
    .quicklink-box .line{
    	height: 3px;
    	width: 20px;
    	background: var(--main-color);
    	margin-top: 10px;
    }
    .principal-box .principal-img{
    	border-radius: 8px;
    }
    .principal-box p {
    	margin-bottom: 5px;
    }
    .swiper-button-next, .swiper-button-prev{
    	color: var(--main-color) !important;
    }
    .main-banner .swiper-button-next, .main-banner .swiper-button-prev{
    	background: white;
    	color: black !important;
    	height: 60px;
    	width: 60px;
    	
    }
    .main-banner .swiper-button-next{
    	border-radius:50% 0 0 50%;
    	right: 0;
    }
    .main-banner .swiper-button-prev{
    	border-radius:0 50% 50% 0;
    	left: 0;
    }
    .topper-box{
    	border:1.5px solid var(--main-color);
    	border-radius:8px;
    	overflow:hidden;
    }
    .topper-content{
    	background: var(--secondary-color);
    	padding: 5px;
    }
    .topper-content h6{
    	font-weight: bold;
    	margin-bottom: 0;
    	font-size: 12px;
    }
    .topper-content p{
    	margin-bottom: 0;
    	font-size: 12px;
    }
    .heading{
    	text-align: center;
    	width: 100%;
    }
    .heading h2{
    	font-weight: bold;
    	text-align: center;
    }
    .upcoming-events .upper-heading-box{
    	border-radius: none;
    	border:0;
    	background: transparent;
    }
    .upcoming-events{
    	background: var(--secondary-color)
    }
    .upcoming-events .date-box{
    	border-right: 1px solid lightgrey !important;
    }
    .upcoming-events .date-box, .upcoming-events .news-content-box{
    	background: white;
    	color: var(--main-color);
    	border:none;
    }
    .autoplay-progress svg{
    	stroke: white !important;
    }
    .autoplay-progress{
    	color: white;
    }
    .side-box {
		  padding: 10px;
		  border:none;
		}
		.side-box {
		  background: var(--secondary-color);
		  border-radius: 8px;
		}
		.side-box .line {
		  height: 5px;
		  width: 60px;
		  margin-bottom: 10px;
		}
		.side-box .line {
		 	background: #513f95;
		}
		.left-container .list ul a li {
		    background: #fff;
		    padding: 12px 15px;
		    width: 100%;
		    margin-bottom: 8px;
		    color: #513f95;
		    display: inline-flex;
		    justify-content: space-between;
		    font-weight: 700;
		    transition: .5s;
		    border-radius: 8px;
		    font-size:14px;
		    line-height: 19px;
		}
		.left-container .list ul a li.active{
			color: #fff;
	    transition: .5s;
	    background-color: var(--main-color);
		}
		.left-container .list ul a li i {
		    margin-top: 4px;
		    font-weight: 700;
		}
		.left-container .list ul a:last-child{
			margin-bottom: 0;
		}
		.left-container .list ul{
			margin-bottom: 0;
		}
		.breadcrumb{
			padding: 60px 20px !important;
			background: var(--secondary-color) !important;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.breadcrumb-item:not(.active) a{
			color: black;
		}
		.right-box h2{
			font-weight: bold;
		}
		.right-box .line{
			height: 3.5px;
			width: 60px;
			background: var(--main-color);
			margin-bottom: 15px;
		}
		.infrastructure-box{
			/*border:1px solid black;*/
			border-radius:8px;
			padding: 15px;
/*			overflow: hidden;*/
			box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
			border:1px solid var(--secondary-color);
		}
		.infrastructure-box img{
			margin-bottom: 10px;
			border-radius: 8px;
		}
		.infrastructure-box h6{
			margin-bottom: 0;
	    font-weight: bold;
	    color: black;
	    background: var(--secondary-color);
	    padding: 5px 10px;
	    color: black;
	    text-align: center;
	    margin-bottom: -30px;
	    border-radius: 60px;
		}
		.side-box label{
			margin-bottom: 0;
		}
		.cancel-btn {
	    background: var(--main-color) !important;
	    height: 30px;
	    width: 30px;
	    opacity: 1;
	    color: white;
	    border-radius: 50%;
		}
		.modal-content{
			border:5px solid var(--main-color);
			border-radius: 8px;
		}
		input[type="radio"]{
			accent-color: var(--main-color);
		}
		.blog-card{
			padding: 20px;
			border:1px solid lightgrey;
			border-radius: 8px;
		}
		.blog-img{
			borderr-radius:8px;
			overflow: hidden;
			margin-bottom: 10px;
		}
		.blog-content h6{
			font-weight: bold;
			color: black;
		}
		.blog-content p{
			color: black;
			font-size: 14px;
			line-height: 16px;
		}
		.side-box.upper-heading-box{
			height: auto;
		}
		.blog-cat{
			background: var(--main-color);
			padding: 5px 12px;
			color: white;
			border-radius: 60px;
			font-size: 14px;
		}
		.card-body{
			box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
			border-radius: 8px;
		}
		.popup-gallery a img {
		  border: 1px solid #e7e7e7;
	    border-radius: 8px;
		}
		/*Start Of Menu New Styles*/
		.upper-menu{
			width: 100%;
			background: var(--main-color);
			padding: 10px;
			display: flex;
			justify-content: space-between;
			clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 1% 47%, 0% 0%);
			-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 1% 47%, 0% 0%);
			padding-left: 25px;
    color: white;
		}
		.upper-menu ul{
			display: flex;
			margin-bottom: 0;
		}
		.header-item-right{
			display: none;
		}
		.menu{
			width: 100%;
		}
		.menu-section{
			background: white;
		}
		.other-contacts ul li a{
			color: white; margin-right: 10px;
		}
		.float-right {
		    margin-right: 10px;
		}
		.float-right a i{
			font-size: 20px;
		}
		.float-right a{
			margin-right: 10px;
		}
		@media screen and (max-width:767px){
			.header-item-right{
				display: block;
			}
		}
		.header.sticky{
			position: sticky;
			top: 0;
			left: 0;
			width: 100%;

		}
		.header.sticky .upper-menu{
			display: none;
		}
		.contact-btn{
			padding: 10px 25px;
			background: var(--secondary-color);
			border-radius: 8px;

		}
		/*End of Menu New Styles*/

