
/*common css start*/
body{
	  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: inline-block;
	    margin: 0px 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{}
.b_img{}
.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 o 25px;
	overflow: hidden;
	font-size: 30px;
	font-weight: 400;
}
.c_text{
	margin: 0;
	line-height: 24px;
}
.a_link{
	margin-top: 45px;
	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.2%;
	/*border: 1px solid;*/
	float: left;
}
.bs_img{
	margin-bottom: 25px;
}
.blog_single:nth-child(even){
	margin-left: 60px;
}
/*blog end*/
/*news start*/
.news{
	padding: 70px 0;
	margin: 0 auto;
	text-align: center;
	min-height: 300px;
	background-color: #f0f0f0;
}
.signup{
	text-align: center;
}
.s_h1{
	margin-top: 0;
	margin-bottom: 70px;
	color: #333333;
}
.s_form{
	position: relative;
	width: 400px;
	margin: 0 auto;
	/*border: 5px solid red*/
}
.s_form input{
	font-family: "Playfair Display", serif;
	font-size: 14px;
	color: #626262;
	width: 345px;
	height: 45px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #000000;
	padding-left: 5px ;
	padding-right: 45px;
}
.s_form input:focus{
	outline: 0;
}
.s_form button{
	position: absolute;
	background: transparent;
	top: 15px;
	right: 0;
	border: none;
	cursor: pointer;
}
.s_form button:focus{
	outline: 0;
}
.s_form button img{}
/*news 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: 2px 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;
      	  font-size: 20px;
      	  /*border: 2px solid red;*/
 }
 .f_left{
 	        width : 30 %;
 	        float: left;
 	        /*border: 1px solid red;*/
 }
 .f_ul{
 	margin: 0;
 	padding: 0;
 }
 .f_left ul{
     	     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_right ul{
	        float: right;
}

.f_right ul li span{}
.f_right ul li a{
	       margin-left: 15px;
	       display: inline-block;
	       text-decoration: none;
 }
	       
}
.f_right ul li a img{}

 /*footer end*/


