body {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 1.1;
}
* {
    outline: none;
        outline-width: medium;
        outline-style: none;
        outline-color: currentcolor;
-webkit-box-sizing: border-box;
    box-sizing: border-box;
-moz-box-sizing: border-box;
    box-sizing: border-box;
box-sizing: border-box;
}
section {
    padding-bottom: 5px;
    overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
}
.pb-80 {
    padding-bottom: 80px;
}
.bg-white {
    background-color: #ffffff !important;
}
.text--center {
    text-align: center !important;
}

.h2{
    color: #444444;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 0 0 28px;
        margin-bottom: 28px;
    line-height: 1;
}
.heading .heading--subtitle {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.heading .heading--title {
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  text-transform: capitalize;
  margin-bottom: 29px;
}
.heading .heading--desc {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.heading .divider--line {
  margin-top: 36px;
}
.heading .divider--line + .heading--desc {
  margin-top: 36px;
}
.divider--line {
    height: 10px;
    background: url(line.png) center center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-image: url("images/line.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: center;
        background-position-y: center;
        background-size: auto auto;
    position: relative;
}
.heading .divider--line {
    margin-top: 36px;
}
.text--center {
    text-align: center !important;
}
h4 {
    color: #444444;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 0 0 28px;
        margin-bottom: 28px;
    line-height: 1;
}

.setgallerymargn
{
    margin-bottom:25px;
}
.setgallerymargn:hover .image {
  opacity: 1;
}
.setgallerymargn:hover .middle {
  opacity: 1;
}
.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
 opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.setservicetext{
font-weight: 400;
font-style: normal;
font-family: 'Poppins', sans-serif;
color: #ada9a6;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0px;
}
.setserviceheader{
font-weight: 400;
font-style: normal;
font-family: 'Merriweather', serif;
color: #dcc7a5;
font-size: 50px;
line-height: 1;
letter-spacing: 1px;
margin-top: 2px;
}

1