*{
	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--------------*/
.Contact_top{
	background-image: url("image/1.jpg");
	width: 100%;
	height: 60vh;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	


}
.Contact_top h1{
	font-size: 40px;
	padding-top: 220px;
	margin-left: 50px;
	color: #fff;
	text-transform: capitalize;
}

/*---------------Start Form Sectrion----------*/
.form{
	display: flex;
	justify-content: center;
	background-color: whitesmoke;
}
.address{
	width: 30%;
	
}
.address1{
	padding-top: 50px;
}
.text_box1{
	display: flex;
}
.text_box1 i{
	width: 50px;
	padding: 15px 15px 15px 15px;
	background: #76B729;
	border-radius: 50%;
	font-size: 20px;
	color: white;
	margin: 10px;
	transition: 1s;
}
.text_box1:hover i{
	background: blue;
}
.text_box1 h2{
	padding: 0px;
	color: #025DAB;
	text-transform: uppercase;
}
.text_box1 p{
	padding: 20px 10px 10px 15px;
	color: #444;
}
.address2{
	padding-top: 50px;
	width: 65%;

}
.address2 h1{
	color: #222;
	margin: 10px;

}
.address2 p{
	color: #222;
	margin: 10px 10px 50px 10px;
	
}
.address2 label{
	padding: 5px 5px 5px 10px;
	color: #444;
}
.address2 input, textarea{
	width: 90%;
	height: 40px;
	margin: 10px;
	padding: 20px;
	border:1px solid #333;
	border-radius: 5px;

}
button{
	width: 100px;
	height: 40px;
	background-color: #222;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	padding: 10px;
	color: white;
	margin: 10px;
	cursor: pointer;

}
button:hover{
	background-color: green;
}

/*---------------------Start Google map Section--------*/
.google_map{
	width: 100%;
	padding: 70px;
	background-color: whitesmoke;
}
.google_map iframe{
	border-radius: 30px;
}






/*-------------------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;
}