.menu-fix{
  position: fixed;
  bottom:60px;
  right:-17px;
  z-index: 99999999;
}
.menu-fix ul{
  list-style: none;


}
.menu-fix ul li{
  width: 20px;
  height: 20px;
  margin: 13px 0;
  opacity: .8
}
.menu-fix ul li a{

  transition: all .2s;
  background: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  z-index: 9999
}
.menu-fix ul li a:hover{
  background: #e0e0e0;
  opacity: .9

}
.pre-footer{
    background: -webkit-linear-gradient(right, #eaeaea22, #d6d6d6);
    padding: 70px 0px 0 ;
}
.pre-fooetr-data , .footer-data {
    width: 70%;
    display: flex;
    margin: 0 auto;
}
.menu-p-f {
    width: 20%;
    margin: 0 auto;
}
.menu-p-f strong{
  font-size: 18px;
  color: #574764;
  font-weight: 710;
  overflow: hidden;
  text-decoration: none;
}
.menu-p-f p{
  text-align: right;
  font-size: 13px;
  color: #574764;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  padding-bottom:30px;
}

.menu-footer-2 h2 {
    font-size: 16px;
    color: #bfbfbf;
    font-weight: 710;
    overflow: hidden;
    text-decoration: none;
}

.menu-footer-1 h2 {
    font-size: 16px;
    color: #bfbfbf;
    font-weight: 710;
    overflow: hidden;
    text-decoration: none;
}

.menu-footer-1 ul {
  margin-top: 15px;
  list-style: none;
  padding-right: 0;
}

.menu-footer-1 a {
  color: #d2b99e;
font-family: sahel;
font-weight: bold;
font-size: 15px;
text-decoration: none;
transition: .3s;
line-height: 30px;
}

.menu-footer-1 a:hover {
  font-weight: bold;
  color: #aa98a8;
}
.menu-footer-1,.menu-footer-2,.namad{
    margin: 60px 50px 0;
    width: 20%;
}
.menu-footer-2 li, .menu-footer-1 li {
    line-height: 35px;
}
.menu-footer-2 ul {
  list-style: none;
  margin-top: 15px;
  padding-right: 0;
}

.menu-footer-2 a {
  color: #d2b99e;
  font-family: sahel;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  transition: .3s;
}

.menu-footer-2 a:hover {
  font-weight: bold;
  color: #aa98a8;
}
.about-footer {
  margin: 60px 40px 0px;
  width:35%;
}

.about-footer a {
  text-decoration: none;
}

.about-footer IMG {
  width: 100%;
  margin-top: 35px;
  background: #f7f7f7;
}
.about-footer h2 {
    font-size: 18px;
    color: #bfbfbf;
    font-weight: 710;
    overflow: hidden;
    text-decoration: none;

}
.about-footer p {
  text-align: justify;
  font-size: 12px;
  color: #d2b99e;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  height: 240px;
  margin: 20px 0 50px 0;
  padding:0px 0 0px 40px;
}

.footer {
  background:-webkit-linear-gradient(right, #574764, #7b688a);
  border-top: 25px solid #eeee;
}

.namad {
}
.namad img {
    margin: 0 auto 40px;
    width: 50%;
}
.copywrighting h4 {
    width: 100%;
    background: #777;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 11px;
    margin: 0;
    line-height: 1.7em;
}
.copywrighting a {
    color: #eee;
    text-decoration: none;
}
#smoothup {
    height: 35px;
    width: 35px;
    position:fixed;
    bottom:10px;
    right:20px;
    background: #e9e9e9;
    border-radius: 25%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#smoothup:hover {
    transform: translateY(-4px);
    border-radius: 35%;
    background: #e1e1e1;

 }
#smoothup img{
    width: 60%;
    margin: 18% 20%;
}