#contact {
    position: relative;
    background-color: #FEFBFA;
    position: relative;
    z-index: 0;
}
#contact:after{
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../image/bg-02.png) no-repeat right top/cover,#FAF1ED;
  opacity: 0.05;
}

#contact strong{
    display: inline-block;
    color: white;
    margin-bottom: 12px;
    border-bottom: 1px solid #EAC2AE;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #EAC2AE;
}

#contact ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


#contact ul li{
    margin-bottom: 16px;
}
#contact ul li a {
    display: block;
    margin: 0;
    margin-bottom: 8px;
    /* color: white;; */
}

#contact ul li a i {
    margin-left: 8px;
}



#contact .contact-content {
    padding: 0 10px;
}

#contact iframe {
    height: 300px;
    width: 100%;
    display: block;
}


@media (min-width : 991px) {


    #contact .contact-content {
        height: 100%;
    }

    #contact .contact-content a i {
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }

    #contact .contact-content a:hover i {
        margin-left: 16px;
    }
    #contact ul li a:hover {
        display: block;
        color: #DEA080;
        /* color: white;; */
    }
}