/*common css start*/
body{
	margin: 0;
	font-family: "Playfair", serif;
	font-size: 16px;
	font-weight: 400;
	color: #626262;
}
/*common css end*/
/*header start*/
header{
	padding: 30px 0;
	/*border-bottom: 1px solid;*/
}
.container{
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
	/*border: 1px solid red;*/
}
.logo{
	margin-top: 7px;
	float: left;
width: 13%;
/*border: 1px solid red;*/
}
.logo a{
	display: block;
}
.logo a img{
width: 100%;
}
.menu{
	float: right;
width: 65%;
/*border: 1px solid red;*/
}
.menu ul{
	float: right;
	list-style: none;
}
.menu ul li{
	float: left;
}
.menu ul li a{
	display: inline-block;
	margin: 0 50px;
	color: #626262;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	transition: .33s;
}
.menu ul li a:hover{
	border-bottom: 1px solid #626262;
}
.menu ul li:last-child a{
	margin-right: 0;
}
/*header end*/
/*banner start*/
.banner{}
.b_img{}
.b_img img{
	width: 100%;
}
/*banner end*/
/*perfect start*/
.perfect{
	padding: 100px 0 40px;
}
.container2{
	margin: 0 auto;
	overflow: hidden;
	width: 80%;
	/*border: 1px solid;*/
}
.p_content{}
.c_light{
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.c_title{
	margin: 15px 0 20px;
	font-size: 30px;
	font-weight: 400;
}
.c_p{
	margin: 0;
line-height: 24px;
}
.c_link{
	margin-top: 35px;
	display: block;
	color: #626262;
	text-decoration: none;
}
/*perfect end*/
/*blog start*/
.blog{
	padding: 0 0 100px;
}
.sb_item{
	margin-top: 60px;
	float: left;
	box-sizing: border-box;
	width: 47%;
	/*border: 1px solid red;*/
}
.sb_img{
	margin-bottom: 25px;
}
.sb_item:nth-child(even){
	margin-left: 6%;
}
.sb_img img{
	width: 100%;
}
/*blog end*/
/*news 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", serif;
	font-size: 14px;
	color: #626262;
	width: 345px;
	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: 20px;
	right: 0;
}
.s_form button:focus{
	outline: 0;
}
.s_form button img{}
/*news end*/
/*blog2 start*/
.blog2{
	padding: 40px 0 100px;
}
.load{
	text-align: center;
	padding: 100px 0;
}
.load button{
	width: 165px;
	height: 60px;
	background-color: white;
	/*border: 1px solid #626262;*/
	font-family: "Playfair", serif;
	font-size: 20px;
	font-weight: 400;
	color:#626262;
	cursor: pointer;
	transform:.33s linear;
}
.load button:hover{
	background-color: #626262;
	color:white;
}
/*blog2 end*/
/*fotter start*/
footer{
	background-color: #f0f0f0;
	padding: 40px 0;
}
.pages{
	float: left;
	width: 25%;
	/*border: 1px solid red;*/
}
.pages ul{
	overflow: hidden;
list-style: none;	
}
.pages ul li{
	float: left;
	text-align: center;
}
.pages ul li a{
	display: block;
	margin: 0 20px;
	color: #000000;
	text-decoration: none;
}
.social{
	float: right;
	width: 40%;
	/*border: 1px solid red;*/
}
.social ul{
	overflow: hidden;
	list-style: none;
	float: right;	
}
.social ul li{
float: left;
}
.social ul li a{
	display: block;
	margin: 0 20px;
}
.social span{
	color: #000000;
}
/*fotter end*/
