	*{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		outline: none;
		margin: 0;
		padding: 0;
	}
	ol, ul{list-style: none;}
	a{text-decoration: none;}
	table{border-collapse: collapse; border-spacing: 0;}
	body{line-height: normal;}
	html{
		background: #e5efff;
	}
	/* BREAK */



	.container{
		width: 1120px;
		margin: 0 auto 0 auto;
	}
	/* BREAK */


	header{
		float:left;
		width:100%;
		padding: 0 0;
		position: relative;
		z-index: 99;
	}
	header.fixed{
		float: none;
		position: fixed;
		left: 0; top: 0;
		background: #e5efff;
		border-bottom: 1px solid #738bb1;
		box-shadow:0 0 11px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 11px rgba(0,0,0,0.3);
	}




	.topbar{
		float:left;
		width:100%;
		background: #22488d;
		padding: 10px 0;
	}
	header.fixed .topbar{
		padding: 5px 0;
	}
	.topbar .marqueewrap{
		float:left;
		width:100%;
		overflow: hidden;
	}
	.be-marquee-inner{
		
	}
	.be-marquee-inner .marquee-item{
		text-align:left;
		color:#fff;
		font-size:16px;
		font-family:'Montserrat';
		margin:0 0 0 0;
	}
	header.fixed .be-marquee-inner .marquee-item{
		font-size:13px;
	}
	/* BREAK */



	.header-inner{
		float:left;
		width:100%;
		padding: 20px 0;
	}
	header.fixed .header-inner{
		padding: 10px 0;
	}
	header a.logo{
		float: left;
	}
	header a.logo img{
		float: left;
		width: 200px;
		height: auto;
		transition:0.3s; -webkit-transition:0.3s;
	}
	header.fixed a.logo img{
		width: 100px;
	}


	header .header-right{
		float: right;
		padding: 40px 0 0 0;
	}
	header.fixed .header-right{
		padding: 0 0 0 0;
	}

	header .header-right .phone{
		float: right;
		padding: 10px 20px;
		border: 2px solid #bb761a;
		border-radius:40px; -webkit-border-radius:40px;
		background: #d68c29;
		text-align:left;
		color:#fff;
		font-size:16px;
		font-family:'Montserrat';
		margin:0 0 30px 0;
	}
	header .header-right .phone a{
		color: #fff;
	}
	header .header-right .phone a.border,
	header .header-right .phone a:hover{
		border-bottom: 1px solid #fff;
	}
	header.fixed .header-right .phone{
		margin-bottom: 10px;
	}


	.menu{float: right;}
	a.showmenu, a.hidemenu{
		display: none;
	}
	.menu nav{float: right;}
	.menu nav ul{float: left;}
	.menu nav ul li{
		float: left;
		color: #031534;
		font-size: 17px;
		font-family: 'Montserrat';
		font-weight: 500;
		margin: 0 10px 0 0;
	}
	.menu nav ul li:last-of-type{
		margin-right: 0;
	}
	.menu nav ul li a{
		float: left;
		color: #031534;
		padding: 10px 20px;
		border-radius:25px; -webkit-border-radius:25px;
		transition:0.3s; -webkit-transition:0.3s;
	}
	.menu nav ul li.active a,
	.menu nav ul li:hover a{
		color: #fff;
		background: #22488d;
	}

	header.fixed .menu nav ul li{
		font-size: 15px;
	}
	/* BREAK */





	.bannerslider-block{
		float:left;
		width:100%;
		position: relative;
	}
	.bannerslider{
		float:left;
		width:100%;
	}
	.bannerslider .slide-item{
		float:left;
		width:100%;
	}
	.bannerslider .slide-item img{
		float:left;
		width:100%;
		height: auto;
	}
	.arrowleft, .arrowright{
		position: absolute;
		width: 42px; height: 42px;
		line-height: 42px;
		text-align:center;
		color:#fff;
		font-size:18px;
		margin:0 0 0 0;
		background: #d68c29;
	}
	.arrowleft{
		left: 30px; top: -45px; bottom: 0; margin: auto;
		border-radius:50%; 
	}
	.arrowright{
		right: 30px; top: -45px; bottom: 0; margin: auto;
		border-radius:50%; 
	}
	/* BREAK */







	.smallbannersarea{
		float:left;
		width:100%;
		padding: 50px 0;
	}
	.smallbannersarea img{
		float:left;
		width:47%;
		height: auto;
		margin: 0 0 0 0;
	}
	.smallbannersarea img.rightside{
		float:right;
		width:47%;
		height: auto;
		margin: 0 0 0 0;
	}
	/* BREAK */




	.ourproducts{
		float:left;
		width:100%;
		padding: 50px 0;
	}
	.ourproducts h2{
		text-align:center;
		color:#22488d;
		font-size:36px;
		font-family: 'Montserrat';
		text-transform: uppercase;
		margin:0 0 50px 0;
	}
	.productitems{
		float:left;
		width:100%;
		margin: 0 0 0 0;
		display: flex;
		flex-wrap: wrap;
		gap: 5%;
	}
	.productitems .item{
		float: left;
		width: 30%;
		margin-bottom: 50px;
	}
	.productitems .item img{
		float: left;
		width: 100%; height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center;
		margin-bottom: 30px;
	}
	.productitems .item h3{
		text-align:center;
		color:#000;
		font-size:18px;
		font-family: 'Montserrat';
		margin:0 0 0 0;
	}
	/* BREAK */







	.aboutus{
		float:left;
		width:100%;
		padding: 30px 0 60px 0;
	}
	.aboutus .textside{
		float: left;
		width: 47%;
		margin: 0 0 0 0;
	}
	.aboutus .textside h2{
		text-align:left;
		color:#22488d;
		font-size:36px;
		font-family: 'Montserrat';
		text-transform: uppercase;
		margin:0 0 20px 0;
	}
	.aboutus .textside h3{
		text-align:left;
		color:#22488d;
		font-size:24px;
		font-family: 'Montserrat';
		text-transform: capitalize;
		margin:0 0 50px 0;
	}
	.aboutus .textside p{
		text-align:left;
		color:#000;
		font-size:15px; line-height: 150%;
		font-family: 'Montserrat';
		margin:0 0 30px 0;
	}
	.aboutus .textside p a{
		color: blue;
		border-bottom: 1px solid blue;
	}
	.aboutus .imagearea{
		float: right;
		width: 47%;
		margin: 0 0 0 0;
	}
	.aboutus .imagearea img{
		float: right;
		width: 100%; height: auto;
		margin: 0 0 0 0;
	}
	/* BREAK */




	.whychooseus{
		float:left;
		width:100%;
		padding: 100px 0;
		background: #22488d;
	}
	.whychooseus h2{
		text-align:center;
		color:#fff;
		font-size:36px;
		font-family: 'Montserrat';
		text-transform: uppercase;
		margin:0 0 20px 0;
	}
	.whychooseus h3{
		text-align:center;
		color:#fff;
		font-size:21px;
		font-family: 'Montserrat';
		margin:0 0 50px 0;
	}
	.whychooseus .iconitems{
		float:left;
		width:100%;
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
	}
	.whychooseus .iconitems .item{
		float:left;
		width:22%;
	}
	.whychooseus .iconitems .item img{
		display: table;
		width:240px;
		height: auto;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.whychooseus .iconitems .item h4{
		text-align:center;
		color:#fff;
		font-size:18px;
		font-family: 'Montserrat';
		margin:0 0 0 0;
	}
	/* BREAK */





	.reviews{
		float:left;
		width:100%;
		padding: 80px 0;
	}
	.reviews h2{
		text-align:center;
		color:#22488d;
		font-size:36px;
		font-family: 'Montserrat';
		text-transform: uppercase;
		margin:0 0 20px 0;
	}
	.reviews h3{
		text-align:center;
		color:#22488d;
		font-size:21px;
		font-family: 'Montserrat';
		margin:0 0 50px 0;
	}
	.rslider-wrap{
		float:left;
		width:100%;
		position: relative;
	}
	.rslider{
		float:left;
		width:100%;
	}
	.rslide{
	}
	.rslidecontent{
		float:left;
		width:100%;
		padding: 0 100px;
	}
	.rslidecontent img.userpic{
		display: table;
		width: 100px; height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center;
		border-radius:50%; -webkit-border-radius:50%;
		margin: 0 auto 20px auto;
	}
	.rslidecontent .ratings{
		display: table;
		margin: 0 auto 40px auto;
	}
	.rslidecontent .ratings i{
		float: left;
		margin: 0 3px;
		color: yellow;
	}
	.rslidecontent p{
		text-align:center;
		color:#000;
		font-size:16px; line-height: 150%;
		font-family:'Montserrat';
		margin:0 0 20px 0;
	}
	.rslidecontent h5{
		text-align:center;
		color:#d68c29;
		font-size:17px;
		font-family:'Montserrat';
		margin:0 0 0 0;
	}
	.rarrowleft, .rarrowright{
		position: absolute;
		width: 42px; height: 42px;
		line-height: 42px;
		text-align:center;
		color:#fff;
		font-size:18px;
		margin:0 0 0 0;
		background: #d68c29;
		border-radius:50%; -webkit-border-radius:50%;
	}
	.rarrowleft{
		left: 0; top: 0; bottom: 0; margin: auto;
	}
	.rarrowright{
		right: 0; top: 0; bottom: 0; margin: auto;
	}
	/* BREAK */




	.contact{
		float:left;
		width:100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	.contactbox{
		float:left;
		width:100%;
		display: flex;
	}
	.formarea{
		float: left;
		width: 50%;
		background: #22488d;
		padding: 60px 60px;
	}
	.formarea h2{
		text-align:left;
		color:#fff;
		font-size:36px;
		font-family:'Montserrat';
		margin:0 0 20px 0;
	}
	.formarea h3{
		text-align:left;
		color:#fff;
		font-size:18px;
		font-family:'Montserrat';
		margin:0 0 40px 0;
	}
	.formarea form{
		float:left;
		width:100%;
	}
	.formarea form input{
		float:left;
		width:100%;
		height: 40px;
		text-align:left;
		color:#000;
		font-size:15px;
		font-family:'Montserrat';
		padding: 0 0 0 20px;
		margin:0 0 20px 0;
		border: none;
	}
	.formarea form textarea{
		float:left;
		width:100%;
		height: 140px;
		text-align:left;
		color:#000;
		font-size:15px;
		font-family:'Montserrat';
		padding:20px;
		margin:0 0 20px 0;
		border: none;
	}
	.formarea form button{
		float:left;
		width:auto;
		height: 50px;
		text-align:left;
		color:#fff;
		font-size:15px;
		font-family:'Montserrat';
		padding:10px 40px;
		margin:0 0 20px 0;
		border: none;
		background: #458c0c;
		text-transform: uppercase;
		cursor: pointer;
		transition:0.6s; -webkit-transition:0.6s;
	}
	.formarea form button:hover{
		background: #68c021;
	}

	#response{
		float:left;
		width:100%;
	}
	span.okay{
		float:left;
		width:100%;
		text-align:left;
		color:#68c021;
		font-size:16px;
		font-family:'Montserrat';
		margin:0 0 0 0;
	}
	span.failed{
		float:left;
		width:100%;
		text-align:left;
		color:#f86464;
		font-size:16px;
		font-family:'Montserrat';
		margin:0 0 0 0;
	}



	.infoarea{
		float: right;
		width: 50%;
		background: #94a9ce;
		padding: 180px 70px;
	}
	.infoarea a{
		float: left;
		width: 100%;
		height: 70px;
		background: #458c0c;
		position: relative;
		border-radius:45px; -webkit-border-radius:45px;
		text-align:left;
		color:#fff;
		font-size:16px;
		font-family:'Montserrat';
		margin:0 0 20px 0;
		padding: 10px 0 0 80px;
		clear: both;
	}
	.infoarea a i{
		position: absolute;
		left: 20px; top: 22px;
		font-size:24px;
		text-align:center;
		color:#fff;
		font-size:24px;
		margin:0 0 0 0;
	}
	.infoarea a span.name{
		text-transform: uppercase;
	}
	.infoarea a span.call{
		font-size: 22px;
	}
	.infoarea a span.email{
		float: left;
		margin-top: 15px;
		font-size: 16px;
	}
	.infoarea a.emailbtn{
		background: #d68c29;
	}
	/* BREAK */






	footer{
		float:left;
		width:100%;
		margin: 100px 0 0 0;
		padding: 60px 0;
		background: #22488d;
	}

	footer .copyright{
		float:left;
		text-align:left;
		color:#fff;
		font-size:15px;
		font-family:'Montserrat';
		margin:0 0 0 0;
	}
	footer .copyright a{
		color: #fff;
	}
	footer .copyright a:hover{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	footer .social{
		float:right;
		text-align:left;
		color:#fff;
		font-size:15px;
		font-family:'Montserrat';
		margin:0 0 0 0;
	}
	footer .social a{
		color: #fff;
		border-bottom: 1px solid #fff;
	}