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