body
{
  /*font-family: 'Playfair Display', serif;
  font-family: 'Work Sans', sans-serif;*/
  font-family: 'Work Sans', sans-serif;
  background-image: url('../img/BG.jpg');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;

  background-attachment: fixed;
}
.top-contact label{
  color: #fff;
  font-weight: normal;
}
.top-contact{
  padding-top: 10px;
}
.top-contact p{
  font-weight: bold;
}
.top-contact label,p{
  color: #fff;
}
.main-title{
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: bold;
  margin-top: 60px;
  font-size: 42px;
}
.main-title-bottom{
    font-family: 'Playfair Display', serif;
    font-style: italic;
      color: #fff;
      font-size: 28px;
font-weight: bold;
margin-bottom: 60px;
}
.box-area{
  background-color: rgba(235,112,55,0.7);
  width: 100%;
  height: 234px;
  -webkit-box-shadow: inset -29px -26px 65px -58px rgba(0,0,0,1);
  -moz-box-shadow: inset -29px -26px 65px -58px rgba(0,0,0,1);
  box-shadow: inset -29px -26px 65px -58px rgba(0,0,0,1);
position: relative;
transition: 0.4s all;


}
.col-lg-2{
  width: 20%;
}
.inner-div-number{
  margin: 0;
color: #fff;
font-weight: 600;
padding: 15px 15px 0;
font-family: 'Work Sans', sans-serif;
font-size: 40px;
}
.box-area:hover{
  background-color: rgba(235,112,55,0.8);
  cursor: pointer;
}
.box-area:hover > p{
  color: #fff;
  transition: 0.4s all;
}

.box-area p{
  color: #000;
  padding: 20px 15px 0;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}
