.services-area-one {
  display: block;
  padding: 78px 0 100px;
  background: url(../images/services/bg-1.jpg);
}
.services-area-one .services-list .icons {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #cf9c67;
  margin: 22px auto 40px;
  background: #fff;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
}
.services-area-one .services-list .icons:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #cf9c67;
  transition: all 0.5s;
}
.services-area-one .services-list .icons .ico-imgs {
  width: 70px;
  height: 70px;
  display: block;
  margin: 15px auto;
  transition: all 0.5s;
  position: relative;
  z-index: 999;
}
.services-area-one .services-list .icons .ico-imgs.ico1 {
  background: url(../images/services/1.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons .ico-imgs.ico2 {
  background: url(../images/services/2.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons .ico-imgs.ico3 {
  background: url(../images/services/3.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons .ico-imgs.ico4 {
  background: url(../images/services/4.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons:hover {
  background: #cf9c67;
  transform: rotate(45deg);
}
.services-area-one .services-list .icons:hover .ico-imgs {
  transform: rotate(-45deg);
}
.services-area-one .services-list .icons:hover .ico-imgs.ico1 {
  background: url(../images/services/1h.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons:hover .ico-imgs.ico2 {
  background: url(../images/services/2h.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons:hover .ico-imgs.ico3 {
  background: url(../images/services/3h.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons:hover .ico-imgs.ico4 {
  background: url(../images/services/4h.png) no-repeat;
  background-position: center;
}
.services-area-one .services-list .icons:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.services-area-one .services-list h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 15px;
  display: block;
}
.services-area-one .services-list p {
  color: #797979;
  font-size: 16px;
  display: block;
  padding: 0 14px;
  margin: 0 0 15px;
}
.services-area-one .services-list a {
  color: #cf9c67;
  font-weight: 600;
  text-transform: uppercase;
}
.services-area-one .services-list a i {
  padding-left: 5px;
  transition: all 0.5s;
  color: #cf9c67;
}
.services-area-one .services-list a:hover {
  color: #212121;
}
.services-area-one .services-list a:hover i {
  padding-left: 8px;
  color: #212121;
}

.services-area-two {
  display: block;
  padding: 100px 0 50px;
}
.services-area-two .services-list {
  display: block;
  margin: 0 0 50px;
}
.services-area-two .services-list .icons {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #cf9c67;
  margin: 0 auto 40px;
  background: #fff;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
}
.services-area-two .services-list .icons:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #cf9c67;
  transition: all 0.5s;
}
.services-area-two .services-list .icons .ico-imgs {
  width: 70px;
  height: 70px;
  display: block;
  margin: 15px auto;
  transition: all 0.5s;
  position: relative;
  z-index: 999;
}
.services-area-two .services-list .icons .ico-imgs.ico1 {
  background: url(../images/services/1.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons .ico-imgs.ico2 {
  background: url(../images/services/2.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons .ico-imgs.ico3 {
  background: url(../images/services/3.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons .ico-imgs.ico4 {
  background: url(../images/services/4.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons:hover {
  background: #cf9c67;
  transform: rotate(45deg);
}
.services-area-two .services-list .icons:hover .ico-imgs {
  transform: rotate(-45deg);
}
.services-area-two .services-list .icons:hover .ico-imgs.ico1 {
  background: url(../images/services/1h.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons:hover .ico-imgs.ico2 {
  background: url(../images/services/2h.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons:hover .ico-imgs.ico3 {
  background: url(../images/services/3h.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons:hover .ico-imgs.ico4 {
  background: url(../images/services/4h.png) no-repeat;
  background-position: center;
}
.services-area-two .services-list .icons:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.services-area-two .services-list h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 15px;
  display: block;
}
.services-area-two .services-list p {
  color: #797979;
  font-size: 16px;
  display: block;
  padding: 0 14px;
  margin: 0 0 15px;
}
.services-area-two .services-list a {
  color: #cf9c67;
  font-weight: 600;
  text-transform: uppercase;
}
.services-area-two .services-list a i {
  padding-left: 5px;
  transition: all 0.5s;
  color: #cf9c67;
}
.services-area-two .services-list a:hover {
  color: #212121;
}
.services-area-two .services-list a:hover i {
  padding-left: 8px;
  color: #212121;
}

footer {
  display: block;
  background-color: #212121;
  background-size: cover;
}

footer .footer-bottom .top-link-button {
  position: relative;
  display: block;
}
footer .footer-bottom .top-link-button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  top: 48%;
}
footer .footer-bottom .top-link-button a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #212121;
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 18px;
  z-index: 999;
  position: relative;
}
footer .footer-bottom .top-link-button a i {
  transform: rotate(45deg);
}
footer .footer-bottom .top-link-button a:hover {
  background: #cf9c67;
  color: #fff;
}
footer .footer-bottom .copyright {
  display: block;
  padding: 45px 0 40px;
}
footer .footer-bottom .copyright p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  display: block;
  letter-spacing: 1px;
}
footer .footer-bottom .copyright p a{
  color: #cf9c67;
}

footer .footer-top {
  display: block;
  padding: 100px 0 75px;
}
footer .footer-top .foo-about .foo-logo {
  display: block;
  margin: 0 0 30px;
}
footer .footer-top .foo-about .foo-logo a {
  display: inline-block;
}
footer .footer-top .foo-about .foo-logo a img {
  display: block;
}
footer .footer-top .foo-about .content {
  margin: 0 0 20px;
  display: block;
}
footer .footer-top .foo-about .content p {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  margin: 0;
  display: block;
}
footer .footer-top .foo-about .content span {
  font-size: 30px;
  display: block;
  padding: 20px 0;
  color: #fff;
}
footer .footer-top .foo-about .content a {
  text-transform: uppercase;
  color: #cf9c67;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
footer .footer-top .foo-about .content a i {
  padding-left: 5px;
}
footer .footer-top .foo-about .content a:hover {
  color: #fff;
}
footer .footer-top .foo-about ul {
  margin-left: -2px;
}
footer .footer-top .foo-about ul li {
  padding: 0 2px;
}
footer .footer-top .foo-about ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
}
footer .footer-top .foo-about ul li a i {
  position: relative;
  z-index: 1;
}
footer .footer-top .foo-about ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: #cf9c67;
  transition: all 0.5s;
}
footer .footer-top .foo-about ul li a:hover:after {
  top: 0;
}
footer .footer-top .weight h3 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #fff;
  padding: 0 0 32px;
  display: block;
  position: relative;
}
footer .footer-top .weight h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: url(../images/icons/sec1.png) no-repeat left;
}
footer .footer-top .foo-link ul li {
  display: block;
  padding: 5px 0;
}
footer .footer-top .foo-link ul li:first-child {
  padding-top: 0;
}
footer .footer-top .foo-link ul li:last-child {
  padding-bottom: 0;
}
footer .footer-top .foo-link ul li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
footer .footer-top .foo-link ul li a i {
  color: #cf9c67;
  display: inline-block;
  padding-right: 8px;
}
footer .footer-top .foo-link ul li a span {
  color: #fff;
  opacity: 0.5;
  display: inline-block;
  transition: all 0.5s;
}
footer .footer-top .foo-link ul li a:hover span {
  color: #cf9c67;
  opacity: 1;
}
footer .footer-top .insta ul {
  display: block;
  margin: -5px -3px;
}
footer .footer-top .insta ul li {
  padding: 5px 3px;
}
footer .footer-top .insta ul li a {
  display: block;
  position: relative;
  text-align: center;
}
footer .footer-top .insta ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border: 4px solid #cf9c67;
  transition: all 0.5s;
}
footer .footer-top .insta ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #cf9c67;
  opacity: 0;
  transition: all 0.5s;
}
footer .footer-top .insta ul li a span {
  position: absolute;
  top: 40%;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
footer .footer-top .insta ul li a:hover:after {
  opacity: 1;
}
footer .footer-top .insta ul li a:hover:before {
  opacity: 0.5;
}
footer .footer-top .insta ul li a:hover span {
  opacity: 1;
}
footer .footer-top .insta ul li a img {
  width: 100%;
}
footer .footer-top .offer .content p {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  margin: 0 0 20px;
}
footer .footer-top .offer .content .tit {
  color: #cf9c67;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  display: block;
  margin: 0 0 15px;
}
footer .footer-top .offer .content form {
  display: block;
  width: 100%;
}
footer .footer-top .offer .content form input {
  width: 100%;
  border: 1px solid #2a2a2a;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: 0 0 15px;
}