/* font family start */
@font-face {
  src: url(front/playfair_display/playfairdisplay-italic.ttf);
  font-family: "playfairdisplay-italic";
}
@font-face {
  src: url(../front/playfair_display/playfairdisplay-regular.ttf);
  font-family: "playfairdisplay-regular";
}
@font-face {
  src: url(../front/playfair_display/playfairdisplay-black.ttf);
  font-family: "playfairdisplay-black";
}
@font-face {
  src: url(../front/ubuntu/ubuntu-light.ttf);
  font-family: "ubuntu-light", sans-serif;
}
@font-face {
  src: url(../front/playfair_display/playfairdisplay-bold.ttf);
  font-family: "playfairdisplay-bold";
}
@font-face {
  src: url(../front/inconsolata/inconsolata-regular.ttf);
  font-family: "inconsolata-regular";
}
/* font family end */

/* common css start */
body {
  font-family: "playfairdisplay-regular";
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  margin: 0;
}
.width100 {
  width: 100%;
  /* display: inline-block; */
}
/* common css end */

/* header start here */
header {
  padding: 40px 0;
  /* border: 1px solid; */
}
.container {
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
  /* border: 1px solid ; */
}
.logo {
  margin: 13px;
  float: left;
  width: 12%;
  /* border: 1px solid ; */
}
.logo a {
  display: inline-block;
  width: 100%;
}
/* .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: 0 45px;
  color: #626262;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: 0.33s linear;
}
.menu ul li:last-child a {
  margin-right: 0;
}
.menu ul li a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}
/* header end here */

/* banner start here */
/* .banner{} */
/* .b_img{} */
/* .banner_img{} */
/* banner end here */

/* article start here */
.article {
  padding: 100px 0 30px;
}
.container2 {
  margin: 0 auto;
  width: 82%;
  /* border: 1px solid; */
  overflow: hidden;
}
/* .a_container{} */
.c_light {
  margin: 0;
  font-family: "ubuntu-light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #626262;
  text-transform: uppercase;
}
.c_title {
  margin: 20px 0 25px;
  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 here */

/* blog1 starts here */
.blog {
  /* overflow: hidden; */
  padding: 0 0 100px;
}
.blog_single {
  margin-top: 70px;
  box-sizing: border-box;
  width: 47%;
  /* border: 1px solid; */
  float: left;
}
.bs_img {
  margin-bottom: 25px;
}
.blog_single:nth-child(even) {
  margin-left: 6%;
}
/* blog1 end here */

/* newsletter starts here */
.newsletter {
  background-color: #f0f0f0;
  padding: 70px 0;
}
.signup {
  text-align: center;
}
.s_h2 {
  color: #333333;
  margin-top: 0;
  margin-bottom: 70px;
}
.s_form {
  width: 400px;
  /* border: 5px solid red; */
  margin: 0 auto;
  position: relative;
}
.s_form input {
  font-family: "playfairdisplay-regular";
  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_form input:focus {
  outline: 0;
}
.s_form button {
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  top: 15px;
  right: 0;
}
.s_form button:focus {
  outline: 0;
}
/* .s_form button img{} */
/* newsletter end here */

/* blog2 start here */
.blog2 {
  padding: 30px 0 100px;
}
.load {
  text-align: center;
}
.c_btn {
  margin: 100px 0 50px;
  padding: 16px 32px;
  border: 2px solid #626262;
  background-color: white;
  font-family: "playfairdisplay-regular";
  font-size: 20px;
  font-weight: 400;
  color: #626262;
  line-height: 24px;
  cursor: pointer;
  transition: 0.33s linear;
}
.c_btn:hover {
  background-color: #626262;
  color: white;
}
/* blog2 end here */

/* footer starts here */
footer {
  height: 100px;
  background-color: #efefef;
}
.f_left {
  padding: 24px 0;
  float: left;
  width: 40%;
}
.f_lefFt ul {
  list-style: none;
}
.f_right {
  padding: 24px 55px;
  float: right;
  width: 40%;
}
.f_right ul {
  float: right;
  list-style: none;
}
.f_common ul li {
  list-style: none;
  float: left;
}
.f_common ul li a {
  margin: 0 10px;
  display: inline-block;
  color: #626262;
  text-decoration: none;
}
.f_left ul li a {
  transition: 0.33s linear;
}
.f_left ul li a:hover {
  color: #000000;
}
/* footer end here */
