*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
	font-family: 'Basic', sans-serif;
	
}
/*------ Start Header Navber Section----------------*/
header{
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 1;
	overflow: hidden;
	background: #fff;
}
.top_navbar{
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
}

.top_box1{
	width: 18%;
	background-color: #fff;
}
.top_box2{
	width: 95%;
	background-color: #025DAB;
	transform: skewX(50deg);
	margin-right: -30px;
}
.top_navbar{
	position: fixed;
	z-index: 999;

}
.navbar1{
	display: flex;
	justify-content: space-between;
	transform: skewX(-50deg);	
}

.navbar1 .number_top{
	display: flex;
	margin: 0px 0px 0px 0px;
}
.navbar1 .number_top p{
	color: #fff;
	padding: 13px 5px 5px 15px;
	text-decoration: none;
}
.navbar1 .number_top p i{
	margin: 0px 10px 0px 10px;
}

.printing{
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	animation-duration: 3s; 
	animation-name: pulse;
	animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
	  transform: scale3d(1, 1, 1);
	}
	50%{
	  transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
	  transform: scale3d(1, 1, 1);
	}
  }

.login_page{

	cursor: pointer;
	margin-right: 50px;
}
.login_page p i{
	margin: 0px 10px 0px 10px;
}
.login_page p{
	margin: 7px 10px 0px 10px;
}
.account_main{
	color: #fff;
	padding: 5px 15px 15px 15px;
}
.top2{
	display: none;
}
.login_link{
	display: none;
	margin-top: 0px;
	padding-top: 0px;
}
.login_bar{
	
	position: absolute;
}
.login_link li{
	list-style: none;
	padding: 5px 10px 10px 10px;	
	background-color: #025DAB;
	margin-left: 30px;
	transition: 0.1s;
	
}
.login_link li i{
	color: #fff;
}
.login_link li:hover{
	background: #76B729;
}
.login_link li a{
	text-decoration: none;
	color: #fff;
	padding: 10px;
	margin: 10px;
	font-size: 15px;
}
/*----------Strt Navbar2 Section------------*/
.navbar2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 70px;
	position: relative;
	margin-top: 40px;
	border-bottom: 3px solid #76B729;
	
}
.logo{
	padding: 15px 15px 15px 15px;
	margin-left: 20px;
	z-index: 9999;
	display: flex;

}
.logoZ{
	display: none;
}
.logoX{
	width: 160px;
	height: 82px;
	margin:-38px 10px 10px 18px;
}
.logoY{
	width: 220px;
	height: 40px;
	margin:5px 10px 10px 22px;
}
.nav{
	margin: 15px 45px 10px 10px;

}
.toggole{
	display: none;
}
.nav ul{
	display: flex;
}
.nav li{
	list-style: none;
}
.nav li a{
  background-image: linear-gradient(
    to bottom,
    #025DAB,
    #025DAB 0%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0px;
  position: relative;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  margin: 10px 5px 5px 20px;
  font-size: 16px;
  color: black;
}

.nav li a:before{
  content: '';
  background: #76B729;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.nav li a:hover {
 background-position: 0;
}

.nav li a:hover::before{
  width: 100%;
}

/* ----------Start Body Section--------------*/


.Body_main{
	width: 100%;
	height: auto;
	padding-top: 120px;
	display: flex;

}
.Body_main .text_part{
	width: 50%;
	border: none;
	margin: 25px;
}
.text_part h1{
	margin: 10px 10px 10px 80px;
	color: #025DAB;
}
.text_box1{
	display: flex;
	margin: 15px;
	
}
.text_box1 i{
	font-size: 20px;
	border: none;
	padding: 10px;
	border-radius: 50%;
	background-color: #76B729;
	color: #fff;
	margin: 10px;

}
.text_box1 h2{
	color: #76B729;
	margin: 10px 10px 10px 10px;
	font-size: 20px;
}
.text_box1 p{
	margin: 10px 10px 10px 10px;
	text-align: justify;
	color: #555;

}
.images{
	display: flex;

}
.images img{
	width: 50%;
	height: auto;
	padding: 15px;
	border-radius: 25px;
}

/*----------------- Start Product Section-----------------*/
.Product{
	background: rgb(136,186,76);
	background: linear-gradient(0deg, rgba(136,186,76,1) 72%, rgba(233,241,245,1) 100%);
	padding-bottom: 20px; 
}
.Pro_top{
	text-align: left;
	color: #77B72B;
	font-size: 20px;
	padding: 5px 0px 0px 20px;

}
.Pro_top h1{
	color: #025DAB;
	padding: 30px;


}
.pro_box{
	display: flex;
	justify-content: center;
}
.pro_box a{
	text-decoration: none;
}
.box1:hover{
	box-shadow: 1px 1px 5px #015FB0 ;
	transition: 0.5s;
	transform: scale(0.98);
}
.box1:hover h4{
	background-color: #78B82D;
	color: white;
	border-radius: 15px;
	width: 97%;
	margin: auto;

}
.box1{
	width: 300px;
	height:auto;
	border: 1px solid none;
	margin: 8px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.box1 img{
	width: 100%;
	height: 300px;
	margin: auto;
	

}
.box1 h4{
	text-align: center;
	color: #78B82D;
	padding: 12px 10px 10px 10px;

	border: none;
	background-color: #fff;

}
/*---------- Start Design & Print Section---------------------*/
.design{
	display: flex;
	justify-content: center;
	background: whitesmoke;
}
.design div{
	width: 49%;
	height: auto;

}
.boxx h2{
	text-align: center;
	color: #015FB0;
	padding: 30px;
	font-size: 30px;
	line-height: 50px;

}
.boxx hr{
	width: 100px;
	text-align: center;
	margin: auto;
	color: #015FB0;
	height: 2px;
	margin-top: 20px;

}
.boxx p{
	padding: 20px 70px 10px 70px;
	color: #222;
	text-align: justify;
}

.boxx img{
	width: 100%;
}

/*-------------------Subscribtion Section Stat---------------*/
.subscription{
	width: 100%;
	height: auto;
	display: flex;
	background: #76B729;
	justify-content: center;
}
.sub_box{
	width: 310px;
	height: auto;
	
}
.sub_text{
	margin-left: -40px;
}
.sub_icon{
	display: flex;
	color: white;
	text-align: left;

}
.sub_icon i{
	font-size: 30px;
	color: #222;
}
.sub_icon p{
	padding: 1px 0px 0px 10px;
	font-size: 14px;
	color: #222;

}
.Submit_from{
	width: 570px;
	margin-left: -50px;
}
.submit_input{
	width: 300px;
	height: 40px;
	border: none;
	border-radius: 1px;
	padding: 10px;
	margin:5px 10px 5px 10px;


}
.Submit_btn{
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 1px;
	background-color: black;
	color: white;
	cursor: pointer;
}
.sub_icon{
	padding: 5px;
}
.cont_icon{
	padding: 2px 0px 0px 60px;
	font-size: 25px;
	justify-content: right;
}
.cont_icon a{
	text-decoration: none;
}
.cont_icon i{
	padding: 10px 10px 10px 10px;
	text-align: right;
	background: #7abd2b;
	border-radius: 5px;
	color: #222;
}
.cont_icon i:hover{
	background:#005BA9 ;
	color: #fff;

}





/*---------- Start Footer Section---------------------*/
footer{
	width: 100%;
	height: auto;
	background: #005BA9; 
	justify-content: center;
	font-family: 'Zilla Slab', serif;
}
.footer_top{
	display: flex;
	justify-content: center;
	padding: 15px 10px 0px 10px;

}
.footer_box{
	width: 300px;
	height: auto;
	
}
.footer_box h3{
	color: #fff;
	width: 50%;
	border-bottom: 2px solid #76B729;


}
.Address{
	padding: 0px 10px 10px 10px;
}
.mobile_number{
	display: flex;
	padding: 20px 0px 0px 0px;
}
.mobile_number i{
	color: #fff;
	font-size: 20px;
	padding: 0px 10px 0px 0px;
}
.mobile_number p{
	color: #fff;
	padding: 0px 10px 0px 0px;
}
.qu_link{
	padding: 0px 0px 0px 40px;

}
.menu_footer{
	padding: 10px 0px 0px 0px;
}
.menu_footer li{
	list-style: none;
	padding: 5px 0px 5px 0px;

}
.menu_footer li a{
	text-decoration: none;
	color: #fff;
}
.menu_footer li a:hover{
	color: #76B729;
}
.qu_link{
	padding: 0px 0px 0px 40px;

}
.account_bottom{
	padding: 0px 0px 0px 30px;

}
.account{
	padding: 10px 0px 0px 0px;

}
.account li{
	list-style: none;
	padding: 5px 0px 5px 0px;

}
.account li a{
	text-decoration: none;
	color: #fff;
}
.account li a:hover{
	color: #76B729;
}
.hour{
	padding: 10px 0px 0px 0px;
}
.hour span{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #fff;
    color: #fff;
    padding: 7px 0px 2px 0px;
}
.bottom_copy{
	background-color: #78B82D;
}
.bottom_copy p{
	text-align: center;
	color: white;
	padding: 10px;
}