*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
	scrollBar-color: #EAF3FA transparent;
	scrollBar-width: thin;
	-moz-appearance: textfield;
	text-decoration: none;
}
*:active,*:focus,*:focus:active{
	background-image: none;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
::-webkit-scrollbar{
	width: 4px;
	background: transparent;
}
::-webkit-scrollbar-thumb{
	background: #EAF3FA;
	border-radius: 3px;
	margin: 0 2px 0 0;
}
 input::-webkit-inner-spin-button,
 input::-webkit-outer-spin-button
::-webkit-inner-spin-button,
::-webkit-outer-spin-button{
	-webkit-appearance: none;
}
body{
	position: relative;
	float: left;
	width: 100%;
	height: 100vh;
	background: #F5F5F5;
	font-family: 'Arial Nova', sans-serif;
}
.welcome{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background: red;
}
.welcome .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bg img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.welcomedet{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 85%;
	height: 90%;
	transform: translate(-50%,-50%);
	z-index: 100;
	/*background: rgba(0, 0, 0, .4);*/
	color: white;
}
.welcomedet .logoandname{
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 20%;
	background: #FFFFFF;
	/*background: #0D1418;*/
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
	overflow: hidden;
}
.logoandname img{
	position: relative;
	float: left;
	height: 100%;
	object-fit: cover;
}
.welcomedet .nav{
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 10%;
	/*background: gray;*/
}
.nav ul{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.nav ul li{
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
}
.nav ul li a{
	color: white;
}
.welcomedet .detailshere{
	position: absolute;
	left: 0;
	top: 30%;
	width: 80%;
	height: 45%;
	font-family: 'Nunito', sans-serif;
	/*background: green;*/
}
.detailshere p,.detailshere h2{
	position: relative;
	float: left;
	width: 100%;
}
.detailshere p{
	font-size: 18px;
}
.detailshere h2{
	font-size: 45px;
	margin: .5% 0;
}
.detailshere h4{
	font-size: 23px;
	font-weight: normal;
}
.detailshere h3{
	font-size: 35px;
	margin: .5% 0;
}
.detailshere span{
	color: #FF9D12;
}
.detailshere button{
	position: absolute;
	left: 0;
	bottom: 5%;
	font-size: 22px;
	height: 50px;
	padding: 0 1em;
	border: none;
	background: #FF9D12;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
	cursor: pointer;
	border-radius: 10px;
}
.values{
	position: relative;
	float: left;
	width: 60%;
	left: 50%;
	transform: translateX(-50%);
	height: 50%;
	/*background: navajowhite;*/
	margin-top: -10%;
	z-index: 100;
}
.values div{
	position: relative;
	float: left;
	width: 30%;
	height: 100%;
	margin: 0 1.5%;
	background: #FF9D12;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .6);
	border-radius: 10px;
	overflow-y: auto;
}
.values div img{
	position: relative;
	float: left;
	height: 20%;
	margin: 10%;
}
.values div h3,.values div p{
	position: relative;
	float: left;
	width: 80%;
	margin: 1% 10%;
}
.values div h3{
	font-size: 23px;
}
.values div p{
	margin: 3% 10%;
	font-size: 17px;
}
.about{
	position: relative;
	float: left;
	width: 80%;
	height: 70%;
	/*background: green;*/
	margin: 2% 10%;
}
.about h2{
	position: relative;
	float: left;
	width: 100%;
	font-size: 45px;
	margin: 2% 0;
	text-align: center;
}
.about p{
	position: relative;
	float: left;
	width: 90%;
	margin: 1% 5%;
	font-size: 20px;
	text-align: center;
}
.about p span{
	font-size: 22px;
	font-weight: bold;
	color: #FF9D12;
}
.about .stats{
	position: relative;
	float: left;
	width: 60%;
	height: 30%;
	margin: 2% 20%;
}
.stats div{
	position: relative;
	float: left;
	width: 30%;
	height: 100%;
	margin: 0 1.5%;
	/*background: gray;*/
}
.stats div img{
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	height: 30%;
	margin: 3% 0;
}
.stats div p{
	margin: 7% 5%;
}
.stats div h4{
	position: relative;
	float: left;
	width: 90%;
	margin: 3% 5%;
	text-align: center;
}
.products{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	/*background: green;*/
}
.productsdet{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	color: white;
	/*background: green;*/
}
.productsdet h2{
	position: relative;
	float: left;
	width: 100%;
	font-size: 45px;
	text-align: center;
	margin: 2% 0;
	color: #FF9D12;
}
.productsdet p{
	position: relative;
	float: left;
	width: 80%;
	margin: 2% 10%;
	font-size: 20px;
}
.productsdet .themenu{
	position: relative;
	float: left;
	width: 80%;
	height: 30%;
	/*background: darkcyan;*/
	margin: 3% 10%;
}
.themenu div{
	position: relative;
	float: left;
	width: 19%;
	height: 70%;
	margin: 0 .5%;
	background: rgba(42, 75, 75, .8);
	cursor: pointer;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .4), -2px -2px 3px rgba(0, 0, 0, .2);
	transition: 1s ease;
}
.themenu div h3{
	position: relative;
	float: left;
	width: 80%;
	margin: 5% 10%;
	font-size: 20px;
}
.themenu div i{
	position: relative;
	float: left;
	margin: 10%;
	font-size: 40px;
}
.themenu div p{
	position: relative;
	float: left;
	width: 80%;
	margin: 1% 10%;
	font-size: 16px;
	display: none;
}
.themenu div.activemenu{
	height: 100%;
	background: #FF9D12;
}
.themenu div.activemenu p{
	display: block;
}
.productindetails{
	position: relative;
	float: left;
	width: 80%;
	background: #F5F5F5;
	/*background: brown;*/
	height: 80%;
	margin: -5% 10% 2% 10%;
	z-index: 100;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
	border-radius: 20px;
	overflow: hidden;
}
.productindetails .theproducts{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	display: none;
}
.theproducts.taxdiv{
	display: block;
}
 .theproducts h2, .theproducts p{
	position: relative;
	float: left;
	margin: 2% 5%;
}
.theproducts h2{
	font-size: 30px;
	width: 90%;
}
.theproducts p{
	font-size: 19px;
	width: 50%;
}
.theproducts .imageholder{
	position: relative;
	float: right;
	width: 40%;
	height: 70%;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	background: #FF9800;
}
.imageholder img{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogdiv{
	position: relative;
	float: left;
	width: 80%;
	height: 50vh;
	/*background: brown;*/
	margin: 0 10% 1% 10%;
}
.littledescription{
	position: relative;
	float: right;
	width: 50%;
	height: 100%;
}
.littledescription h2,.littledescription h3{
	position: relative;
	float: left;
	width: 90%;
	margin: .75% 5%;
	text-align: right;
}
.littledescription h2{
	font-size: 35px;
}
.littledescription h3{
	font-size: 20px;
}
.littledescription p{
	position: relative;
	float: left;
	width: 80%;
	margin: 3% 10%;
	font-size: 17px;
}
.littledescription button{
	position: absolute;
	left: 10%;
	bottom: 7.5%;
	font-size: 20px;
	padding: 0 1.5em;
	height: 45px;
	border-radius: 22.5px;
	background: #FF9D12;
	cursor: pointer;
}
.littleimage{
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	background: #FF9800;
}
.littleimage img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bloglist{
	position: absolute;
	right: -5%;
	top: 10%;
	width: 65%;
	height: 80%;
	background: rgba(255, 157, 18, .8);
	border-radius: 10px;
}
.bloglist h3{
	position: relative;
	float: left;
	width: 90%;
	margin: 1% 5%;
	font-size: 26px;
}
.bloglist ul{
	position: relative;
	float: left;
	width: 90%;
	margin: 1% 5%;
}
.bloglist ul li{
	position: relative;
	float: left;
	width: 100%;
	font-size: 17px;
	margin: 1% 0;
	border-bottom: 1px solid black;
	padding: 2.5% 0;
	cursor: pointer;
}
.bloglist ul li:nth-child(4){
	border: none;
}
.footer{
	position: relative;
	float: left;
	width: 100%;
	height: 60vh;
	background: rgba(0, 0, 0, .9);
	color: rgba(250, 250, 250, .8);
	text-align: center;
}
.footer h2,.footer h3,.footer h4,.footer p{
	position: relative;
	float: left;
	width: 100%;
}
.footer h2{
	font-size: 26px;
	margin: 1% 0;
	text-transform: uppercase;
}
.footer h3{
	font-size: 16px;
	font-weight: normal;
}
.footer h4{
	font-size: 22px;
	margin: 1% 0;
}
.footer ul{
	position: relative;
	float: left;
	width: 40%;
	margin: 1% 30%;
	/*background: red;*/
}
.footer ul li{
	position: relative;
	float: left;
	width: 20%;
	font-size: 20px;
	cursor: pointer;
}
.footer p{
	font-size: 18px;
	margin: .5% 0;
}
.footer .socialmedia{
	position: relative;
	float: left;
	width: 280px;
	height: 70px;
	/*background: red;*/
	left: 50%;
	transform: translateX(-50%);
}
.socialmedia div{
	position: relative;
	float: left;
	width: 47px;
	height: 47px;
	border: 1.5px solid #F5F5F5;
	border-radius: 50%;
	margin: 10px;
}
.socialmedia div i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	cursor: pointer;
}
@media(max-width: 1500px){
    .welcome{
        height: 700px;
    }
    .welcomedet .detailshere{
        height: 50%;
    }
    .values{
        width: 80%;
        height: 400px;
        margin-top: -5%;
    }
    .about{
        height: 600px;
    }
    .about .stats{
        margin: 5% 20%;
    }
    .blogdiv{
        height: 450px;
    }
    .footer{
        height: 500px;
    }
    .footer .socialmedia{
        margin: 2% 0;
    }
}
@media(max-width: 1100px){
    .welcome{
        height: 700px;
    }
    .welcomedet{
        width: 95%;
    }
    .welcomedet .logoandname{
        width: 300px;
        height: 100px;
    }
    .welcomedet .nav {
        width: 45%;
    }
    .nav ul li{
        font-size: 17px;
    }
    .welcomedet .detailshere{
        height: 55%;
    }
    .detailshere p {
        font-size: 18px;
    }
    .detailshere h2 {
        font-size: 40px;
    }
    .detailshere h3 {
        font-size: 30px;
    }
    .detailshere h4 {
        font-size: 20px;
    }
    .detailshere button {
        font-size: 20px;
    }
    .values {
        width: 100%;
        height: 400px;
    }
    .values div img{
        height: 15%;
    }
    .values div p{
        font-size: 16px;
    }
    .about {
        width: 96%;
        height: 600px;
        margin: 2%;
    }
    .about h2{
        font-size: 40px;
    }
    .about p{
        font-size: 19px;
    }
    .about .stats {
        width: 90%;
        margin: 8% 5%;
    }
    .products{
        height: 600px;
    }
    .productsdet h2{
        font-size: 40px;
    }
    .productsdet .themenu{
        width: 98%;
        height: 28%;
        margin: 3% 1%;
    }
    .themenu div{
        height: 80%;
    }
    .themenu div h3{
        font-size: 18px;
    }
    .productindetails {
        width: 94%;
        height: 700px;
        margin: -10% 10% 2% 3%;
        border-radius: 10px;
    }
    .theproducts p{
        font-size: 17px;
        width: 90%;
    }
    .theproducts .imageholder {
        width: 80%;
        height: 250px;
        top: 0%;
        transform: translateY(auto);
        margin: 3% 10%;
    }
    .blogdiv{
        width: 98%;
        margin: 1%;
        height: 450px;
    }
    .littledescription h3 {
        font-size: 19px;
    }
    .littledescription h2 {
        font-size: 30px;
    }
    .littledescription button{
        bottom: 5%;
    }
    .bloglist{
        width: 95%;
    }
    .footer{
        height: 500px;
    }
    .footer h2 {
        font-size: 25px;
        margin: 2% 0;
    }
    .footer ul {
        width: 80%;
        margin: 2% 10%;
    }
    .footer p{
        margin: 1% 0;
    }
    .footer .socialmedia{
        margin-top: 2%;
    }
}
@media(max-width: 600px){
	.welcomedet{
		width: 100%;
		height: 100%;
		color: white;
	}
	.welcomedet .logoandname{
		left: 5%;
		top: 3%;
		width: 70%;
		height: 10%;
		background: #FFFFFF;
		/*background: #0D1418;*/
		border-radius: 10px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
		overflow: hidden;
	}
	.welcomedet .nav{
		display: none;
	}
	.welcomedet .nav{
		position: absolute;
		right: 0;
		top: 0;
		width: 40%;
		height: 10%;
		/*background: gray;*/
	}
	.nav ul{
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
	}
	.nav ul li{
		position: relative;
		float: left;
		width: 20%;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		font-size: 20px;
		cursor: pointer;
	}
	.nav ul li a{
		color: white;
	}
	.welcomedet .detailshere{
		left: 5%;
		top: 25%;
		width: 90%;
		height: 65%;
		/*background: green;*/
	}
	.detailshere p{
		font-size: 16px;
	}
	.detailshere h2{
		font-size: 37px;
	}
	.detailshere h4{
		font-size: 20px;
	}
	.detailshere h3{
		font-size: 25px;
	}
	.detailshere button{
		bottom: 5%;
		font-size: 20px;
		height: 50px;
		padding: 0 1em;
	}	
	.values{
		width: 100%;
		left: 0;
		transform: translateX(0);
		height: 120%;
		/*background: navajowhite;*/
		margin-top: 5%;
	}
	.values div{
		width: 94%;
		height: 31%;
		margin: 1% 3%;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
		border-radius: 7px;
	}
	.values div img{
		position: relative;
		float: left;
		height: 15%;
		margin:2%  5%;
	}
	.values div h3,.values div p{
		position: relative;
		float: left;
		width: 80%;
		margin: 1% 10%;
	}
	.values div h3{
		font-size: 20px;
		width: 65%;
		margin: 5% 1%;
	}
	.values div p{
		margin: 1% 10%;
		font-size: 16px;
	}
	.about{
		position: relative;
		float: left;
		width: 100%;
		height: 700px;
		/*background: green;*/
		margin: -1% 0;
	}
	.about h2{
		font-size: 27px;
		margin: 2% 0;
	}
	.about p{
		width: 90%;
		margin: 1% 5%;
		font-size: 16px;
		text-align: center;
	}
	.about .stats{
    	position: absolute;
        float: left;
        bottom: 0;
        width: 100%;
        height: 130px;
        margin: 0;
	}
	.stats div img{
		height: 20%;
	}
	.stats div h4{
	    font-size: 16px;
	}
	.products{
		position: relative;
		float: left;
		width: 100%;
		height: 75%;
	}
	.productsdet h2{
		font-size: 27px;
		margin: 3% 0;
	}
	.productsdet p{
		width: 94%;
		margin: 3%;
		font-size: 17px;
	}
	.productsdet .themenu{
		width: 94%;
		height: 20%;
		margin: 3%;
	}
	.themenu div h3{
		display: none;
	}
	.themenu div i{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: 0;
		font-size: 25px;
	}
	.themenu div p{
		display: none;
	}
	.themenu div.activemenu{
		height: 100%;
		background: #FF9D12;
	}
	.themenu div.activemenu p{
		display: none;
	}
	.productindetails{
		width: 94%;
		background: #F5F5F5;
		height: 600px;
		margin: -7% 3% 5% 3%;
		border-radius: 7px;
		overflow-y: auto;
	}
	 .theproducts h2, .theproducts p{
		position: relative;
		float: left;
		margin: 2% 5%;
	}
	.theproducts h2{
		font-size: 25px;
		width: 90%;
	}
	.theproducts p{
		font-size: 16px;
		width: 90%;
	}
	.theproducts .imageholder{
		position: relative;
		float: left;
		width: 90%;
		height: 150px;
		margin: 2% 5%;
		top:  auto;
		transform: translateY(0);
	}
	.blogdiv{
		position: relative;
		float: left;
		width: 94%;
		height: 115vh;
		background: rgba(152, 152, 152, .4);
		margin: 2% 3%;
		padding: 1em 0;
		border-radius: 10px;
		overflow: hidden;
	}
	.littledescription{
		position: relative;
		float: left;
		width: 100%;
		height: 48%;
		/*background: red;*/
	}
	.littledescription h2,.littledescription h3{
		position: relative;
		float: left;
		width: 90%;
		margin: .75% 3%;
		text-align: left;
	}
	.littledescription h2{
		font-size: 27px;
	}
	.littledescription h3{
		font-size: 18px;
	}
	.littledescription p{
		position: relative;
		float: left;
		width: 94%;
		margin: 3%;
		font-size: 16px;
	}
	.littledescription button{
		position: absolute;
		left: 10%;
		bottom: 7.5%;
		font-size: 20px;
		padding: 0 1.5em;
		height: 45px;
		border-radius: 22.5px;
		background: #FF9D12;
		display: none;
	}
	.littleimage{
		position: relative;
		float: left;
		width: 100%;
		height: 52%;
		margin: 5% 0;
	}
	.littleimage img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border: none;
	}
	.bloglist{
		position: relative;
		float: left;
		right: 0;
		top: 0;
		width: 94%;
		margin: 5% 3%;
		height: 90%;
		border-radius: 5px;
	}
	.bloglist h3{
		position: relative;
		float: left;
		width: 90%;
		margin: 1% 5%;
		font-size: 26px;
	}
	.bloglist ul{
		position: relative;
		float: left;
		width: 90%;
		margin: 1% 5%;
	}
	.bloglist ul li{
		position: relative;
		float: left;
		width: 100%;
		font-size: 17px;
		margin: 1% 0;
		border-bottom: 1px solid black;
		padding: 2.5% 0;
		cursor: pointer;
	}
	.bloglist ul li:nth-child(4){
		border: none;
	}
	.footer{
		position: relative;
		float: left;
		width: 100%;
		height: 75vh;
		background: rgba(0, 0, 0, .9);
		color: rgba(250, 250, 250, .8);
		text-align: center;
	}
	.footer h2,.footer h3,.footer h4,.footer p{
		position: relative;
		float: left;
		width: 100%;
		margin: 3% 0;
	}
	.footer h2{
		font-size: 23px;
		margin: 3% 0;
		text-transform: uppercase;
	}
	.footer h3{
		font-size: 16px;
		font-weight: normal;
		color: #FF9D12;
	}
	.footer h4{
		font-size: 20px;
	}
	.footer ul{
		position: relative;
		float: left;
		width: 94%;
		margin: 3%;
		/*background: red;*/
	}
	.footer ul li{
		font-size: 17px;
	}
	.footer p{
		font-size: 18px;
		margin: 2% 0;
	}
	.footer p span{
		color: #FF9D12;
	}
	.footer .socialmedia{
		position: relative;
		float: left;
		width: 260px;
		height: 70px;
		/*background: red;*/
		left: 50%;
		transform: translateX(-50%);
	}
	.socialmedia div{
		position: relative;
		float: left;
		width: 40px;
		height: 40px;
		border: 1.5px solid #F5F5F5;
		border-radius: 50%;
		margin: 10px;
		cursor: pointer;
	}
	.socialmedia div i{
		font-size: 17px;
	}
}