/*common css start*/
body{
	margin: 0;
	font-family: "Playfair Display", serif;;
	font-size: 16px;
	font-weight: 400;
	color: #626262;
}
.width100{
	width: 100%;
}
/*common css end*/

/*header start*/
header{
	padding: 40px 0;
	/*border: 1px solid;*/
}
.container{
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
	/*border: 1px solid;*/
}
.logo{
	margin-top: 12px;
	float: left;
	width: 11%;
	/*border: 1px solid;*/
}
.logo a{}
.logo_img{
}
.menu{
	float: right;
	width: 70%;
	/*border: 1px solid;*/
}
.menu ul{
	float: right;
}
.menu ul li{
	list-style: none;
	float: left;
}
.menu ul li a{
	display: online-block ;
	margin: 0 45px;
	color: #626262;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	transition: .33s linear;
}
.menu ul li:last-child a{
	margin-right: 0;
}
.menu ul li a:hover{
	border-bottom: 1px solid #626262;
}
/*header end*/
/*banner start*/
.banner{}
.banner_img{

}
/*banner end*/
/*article start*/
.article{
	padding: 100px 0 30px;
}
.container2{
	overflow: hidden ;
	margin: 0 auto;
	width: 80%;
	/*border: 1px solid;*/
}
.a_content{}
.c_light{
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.c_title{
	margin: 20px 0 25px;
	font-size: 30px;
	font-weight: 400;
}
.c_text{
	margin: 0;
	line-height: 24px;
}
.a_link{
	margin-top: 25px;
	display: inline-block;
	color: #626262;
	text-decoration: none;
}
/*article end*/
/*blog start*/
.blog{
	padding: 0 0 100px;
}
.blog_single{
	margin-top: 70px;
	box-sizing: border-box;
	width: 47%;
	/*border: 1px solid;*/
	float: left;
}
.bs_img{
	margin-bottom: 25px;
}
.blog_single:nth-child(even){
	margin-left: 6%;

}
/*blog end*/
/*newaletter start*/
.news{
	background-color: #f0f0f0;
	padding: 70px 0;
}
.singup{
	text-align: center;
}
.s_h1{
	color: #333333;
	margin-top: 0;
	margin-bottom: 70px;
}
.s_form{
	position: relative;
	width: 400px;
	/*border: 1px solid red;*/
	margin: 0 auto;
}
.s_form input{
	font-family:"playfair display",serif;
	font-size: 14px;
	color: #626262;
	width: 342px;
	height: 45px;
	border: none;
	border-bottom: 1px solid #000000;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 45px;
}
.s_form input:focus{
	outline: 0;
}
.s_form button{
	position: absolute;
	background: transparent;
	border: none;
	cursor: pointer;
	top: 15px;
	right: 0;
}
.s_form button:focus{
	outline: 0;
}
.s_form button img{}
/*newaletter end*/
/*blog2 start*/
.blog2{
	padding: 30px 0 100px;
}
.load{
	text-align: center;
}
.c_btn{
margin: 100px 0 50px;
padding: 17px 33px;
background-color: #ffffff;
border: 1px solid #626262;
font-family: "Playfair Display", serif;
font-size: 20px;
font-weight: 400;
color: #626262;
line-height: 24px;
cursor: pointer;
transition: .33s linear;

}
.c_btn:hover{
	background-color: #626262;
	color: #ffffff;
}

/*blog2 end*/
/*footer start*/
footer{
	background-color: #f0f0f0;
	padding: 35px 0;
}
.f_left{
	width: 30%;
	float: left;
	/*border: 1px solid red;*/
}
.f_ul{
	margin: 0;
	padding: 0;
}
.f_ul_l{
	overflow: hidden;
}
.f_left ul li, .f_right ul li{
	float: left;
	list-style: none;
}
.f_left ul li a{
	margin-right: 15px;
	display: inline-block;
	color: #626262;
	text-decoration: none;
}
.f_right{
	width: 30%;
	float: right;
	/*border: 1px solid red;*/
}
.f_ul_r{
	float: right;
}
.f_right ul li span{}
.f_right ul li a{
	margin-left: 15px;
	display: inline-block;
	text-decoration: none;
}
.ff_right ul li a img{}
/*footer end*/