/* common-css-start */
body{
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
}
/* common-css-end */

/* header start */
header{
  padding: 30px 0;
  
}
.container{
  overflow: hidden;
  width: 90%;

margin: 0 auto;
}
.logo{
  float: left;
  width: 10%;
  margin-top: 10px;

}
.logo a{}
.logo a img{
  width: 100%;
}

.menu{
  float: right;
  width: 65%;
}
.menu ul{
  float: right;
}
.menu ul li{
  list-style:
  none;
 float: left;
}
.menu ul li a{
  text-decoration: none;
  display: inline-block;
  margin: 0 60px;
  color: #626262;
  text-transform: uppercase;
  font-size: 14px;
  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{}
.b_img img{
  width: 100%;
} 
/* banner end */

/* article start */
.article{
padding: 100px 0;
}
.container2{
/* border: 1px solid red; */
width: 80%;
margin: 0 auto;
overflow: hidden;
}
.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 30px;
font-size: 30px;
font-weight: 400;
}
.c_text{
line-height: 24px;
}

.mt{
margin-top: 45px;
}

.blog{
padding: 0 0 100px;
}
.blog_item{
margin-top: 70px;
box-sizing: border-box;
float: left;
width: 47%;
}
.blog_item:nth-child(even){
margin-left: 6%;
}
.blog_img{
margin-bottom: 20px;
}
.blog_img img{
width: 100%;
}

/* article end */

/* news start */
.news{
padding: 70px 0;
background-color: #ddd;
}
.signup{
  text-align: center;
}
.s_h1{
  color: #333333;
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 30px;
  letter-spacing: 1px;
}
.s_form{
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.s_form input{
  font-family: "Playfair Display", serif;
  color: #626262;
  font-size: 14px;
  width: 380px;
  height: 45px;
  border: none;
  border-bottom: 1px solid #626262;
  background-color: transparent;
  padding-left: 5px;
  padding-right: 15px;
}
.s_form input:focus{
  outline: 0;
}
.s_form button{
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 0;
}
.s_form button:focus{
  outline: 0;
}
.s_form button img{}

/* news end */

/* blog2 start */
.blog2{
  padding: 30px 0 100px;
}


.load{
  text-align: center;
  margin-bottom: 100px;
}

.lbtn{
  padding: 18px 33px;
  background-color: transparent;
  border: 1px solid #626262;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #626262;
  text-transform: capitalize;
  cursor: pointer;
  transition: .33s linear;
}

.lbtn:hover{
  background-color: #626262;
  color: white;
}

/* blog2 end */


/* footer start */
footer{
  background-color: #f0f0f0;
  padding: 35px 0 ;
}
.pages{
  width: 35%;
  float: left;
  
}
.pages ul{
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-left: 94px;
}
.pages ul li{
  list-style: none;
  float: left;
}
.pages ul li a{
  text-decoration: none;
  margin-right: 15px;
  color: #000000;
  display: inline-block;
}
.social{
  width: 35%;
  float: right;
  
}
.social ul{
  margin: 0;
  padding: 0;
  float: right;

}
.social ul li{
  float: left;
  list-style: none;

}
.social ul li span{
  margin-left: 15px;
  color: #000000;
}
.social ul li a{
  margin-left: 15px;
  text-decoration: none;
  display: inline-block;
}
.social ul li a img{}

/* footer end */















