
/*font family*/

    @font-face{
	src: url(../font/Playfair_Display/static/playfairdisplay-regular.ttf);
	font-family: playfairdisplay-regular;
}

	@font-face{
	src: url(../font/Ubuntu/ubuntu-light.ttf);
	font-family: ubuntu-light;
}

/*font family*/

/*Common css Start*/

body{
	margin: 0;
	font-family: playfairdisplay-regular;
	font-size: 17px;
	font-weight: 400;
	color: #626262;
}

/*Common css End*/

/*Header Start*/

header{
	padding: 75px 0;
}

.container{
	width: 90%;
	margin: 0 auto;
/*	border: 1px solid;*/
}

.content{
	overflow: hidden;
/*	border: 1px solid*/
}

.logo{
	margin-top: 7px;
	width: 12%;
	float: left;
/*	border: 1px solid red;*/
}

.logo img{
	width: 100%;
}

.menu{
	width: 70%;
	float: right;
/*	border: 1px solid green;*/
}

.menu ul{
	float: right;
}

.menu ul li{
	float: left;
	list-style: none;
}

.menu ul li a{
	display: inline-block;
	margin: 0 85px;
	color: #626262;
	text-transform: uppercase;
	text-decoration: none;
	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 #000000;	 
}

/*Header End*/

/*Banner start*/

.banner{}

.b_content{}

.b_content img{
	width: 100%;
}

/*Banner End*/

/*Article Start*/

.article{
	padding: 75px 0 0;
}

.container2{
	overflow: hidden;
	margin: 0 auto;
    width: 80%;
/*    border: 1px solid red;*/
}

.a_content{}

.link{
	font-family: ubuntu-light;
	display: inline-block;
	color: #626262;
	text-decoration: none;
	text-transform: uppercase;
	transition: .33s linear;
}

.link:hover{
	color: #000000;
}

.comment{
	margin: 50px 0 30px;
}

.h1{
	margin: 20px 0 40px;
	font-size: 30px;
    font-weight: 400;
}

.p{
	margin: 0;
	line-height: 25px;
}

/*Article End*/

/*Blog start*/

.blog{
	padding: 0 0 100px;
	
}

.bl_content{
	width: 47%;
	margin-top: 70px;
	box-sizing: border-box;
	float: left;
/*	border: 1px solid red*/
}

.bl_content:nth-child(even){
	margin-left: 6%;
}

.bl_img{
	margin-bottom: 20px;
}

.bl_img img{
	width: 100%;
}

/*Blog End

/*News Start*/

.news{
	padding: 70px;
	background-color: #F0F0F0;
}

.n_content{
	text-align: center;
/*	border: 1px solid;*/
}

.n_content h1{
	margin: 0 0 80px;
	font-size: 45px;
    font-weight: 400;
}

.n_content form{
	width: 40%;
    margin: 0 auto;
    position: relative;
}

.n_content form input{
	width: 90%;
	padding-right: 45px;
	height: 45px;
	font-family: playfairdisplay-regular;
    font-size: 17px;
    font-weight: 400;
    color: #626262;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
}

.n_content form input:focus{
	outline: none;
}

.n_content form button{
	position: absolute;
    top: 16px;
    right: 0;
    background: transparent;
    border: none;
}

.n_content form button img{}

/*News End*/

/*Blog2 start*/

.blog2{
	margin-top: 30px;
}

/*Blog2 end*/

/*Load more start*/

.load{
	padding-bottom: 100px;
	text-align: center;
}

.l-btn{
	width: 165px;
	height: 60px;
	font-family: playfairdisplay-regular;
    font-size: 20px;
    font-weight: 400;
    color: #626262;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #626262;
}

/*Load more end*/

/*Footer Start*/

footer{
	padding: 33px 0;
	background-color: #f0f0f0;
}

.f_item{
	overflow: hidden;
}

.rules{
	width: 22%;
	float: left;
/*	border: 1px solid blue;*/
}

.rules ul{
	float: right;
}

.rules ul li{
	float: left;
	list-style: none;
}

.rules ul li a{
	padding: 0 10px;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	transition: .33s linear;
}

.rules ul li a:hover{
	color: #626262;
}

.rules ul li:last-child a{
	padding-right: 0;}

.follow{
	width: 15%;
	float: right;
/*	border: 1px solid red;*/
}

.follow ul{
	float: right;
}

.follow ul li{
	float: left;
	list-style: none;
}

.follow ul li span{
	color: #000000;
}

.follow ul li a{
	padding: 0 13px;
	display: inline-block;
}

.follow ul li:last-child a{
	padding-right: 0;}

.follow ul li a img{
	margin-top: 2px;
}

/*Footer End*/