
html{
    scroll-behavior: smooth;
}
body {
    background: #ffffff;
}
*{
    padding: 0;
    margin: 0;
}

.about-sec{
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}
.about-sec .about-info .sub-heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #b6a85a;
    margin-bottom: 10px;
    display: block;
}
.about-sec .about-heading{
    margin-bottom: 30px;
}
.about-sec .about-heading .heading-subtitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.about-sec .about-heading .heading-title{
    font-family:'Dancing Script', cursive;
    font-size: 32px;
}
.about-sec .about-image-holder{
    padding: 0px;
    overflow: hidden;
}
.about-sec .about-image-holder img{
    transition: .8s ease;
}
.about-sec .about-img-des{
    background-color: white;
    padding: 10px;
    position: relative;
    margin-top: -15%;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 1px 1px 15px #e1e1e1;
    transition: .8s ease;
}
.about-sec .about-self:hover .about-img-des{
    /*background-color:#e1e1e1;*/
}
.about-sec .about-self:hover .about-image-holder img{
    transform: scale(1.1);
}
.about-sec .about-img-des .inner-text{
    border: solid 1px #b6a85a;
    background-color: #ffffff;
    padding: 15px;
}
.about-sec .about-img-des .small-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.about-sec .about-img-des .quote{
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    transition: .8s ease;
}
.about-sec .about-self:hover .about-img-des .quote{
    color: #b6a85a;
}

  
#brandbox
{
 width: auto;  /* 盒子也要自动缩放 */
    width: auto; 
    max-width: 800px;
    max-height: 356px; /* 盒子的高度,需要大于图片100%宽度时 图片的高度 */
  }
 #brandbox img {
    width: auto;
    height: auto;
    max-width: 100%; /* 只要宽度100% 结合前面 auto就可以了 */
  }

.box{
    height:32px;
    width:400px;
    background-image:url('../file/img/saoma.png');
    background-size: 100%;
    padding-left:120px;
    line-height:32px;
    margin-top:10px;
    margin-bottom:10px;
}

/* ===================================
       footer css
====================================== */
.footer-sec{
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.footer-sec .footer-icons a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin-right: 10px;
}
.footer-sec .footer-icons a i{
    display: block;
    height: 60px;
    width: 60px;
    font-size: 24px;
    color: #2f2f2f;
    line-height: 64px;
    text-align: center;
    border-radius: 40px;
    background: transparent;
    -webkit-transition: all .3s ease !important; -o-transition: all .3s ease !important; transition: all .3s ease !important;
}

.footer-sec .footer-icons a i:hover,.footer-sec .footer-icons  a i:focus {
    color: #ffffff;
    -webkit-box-shadow: 0 0 15px 30px #b6a85a inset;
    box-shadow: 0 0 15px 30px #b6a85a inset;
    -webkit-animation: 1s instaRound;
    animation: 1s instaRound;
}