
.contactTIT{
    text-align: center;
    font: normal normal bold 31px/45px KunKun;
    letter-spacing: 0px;
    color: #B70D1A;
}
.contactTXT{
    text-align: center;
    font: normal normal normal 19px/24px KunKun;
    letter-spacing: 0px;
    color: #242424;
}

.borderedDiv{
    border: 6px solid #ED1C24;
    border-radius: 79px;
    padding: 70px;
    margin: 61px;
}

.contactBckImage{
    position: relative;
    margin-bottom: 75px;
}
#Brown{
    position: absolute;
    width: 121px;
    height: 132px;
    right: -121px;
    /* top: 466.542px; */
    overflow: visible;
    opacity:0;
    transition: all 1s ease-in-out;
}

#Pink {
    position: absolute;
    width: 121px;
    height: 132px;
    right: -114px;
    top: 466.542px;
    overflow: visible;
    opacity:0;
    transition: all 1s ease-in-out;
}
#White {
    position: absolute;
    width: 179px;
    height: 169px;
    left: -106px;
    top: 0px;
    overflow: visible;
    opacity:0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
#popstical {
    position: absolute;
    width: 50%;
    height: 70%;
    left:414px;
    top: 382.54200000000003px;
    overflow: visible;
    opacity:0;
    transition: all 1s ease-in-out;

}
.contactBckImage:hover #Brown{
    opacity: 1;
    transform: translate3d(-167px, 124px, 10px);
    -webkit-transform: translate3d(-167px, 124px, 10px);
    -moz-transform: translate3d(-167px, 124px, 10px);
    -ms-transform: translate3d(-167px, 124px, 10px);
    -o-transform: translate3d(-167px, 124px, 10px);
}

.contactBckImage:hover #Pink{
    opacity: 1;
    transform: translate3d(-72px,-71px,6px);
}
.contactBckImage:hover #White{
    opacity: 1;
    transform: translate3d(238px,-1px,10px);
}
.contactBckImage:hover #popstical {
    opacity: 1;
    transform: translateY(-58px);
    -webkit-transform: translateY(-58px);
    -moz-transform: translateY(-58px);
    -ms-transform: translateY(-58px);
    -o-transform: translateY(-58px);
}
.pleaseSEC{
    margin-top: 31px;
}

@media only screen and (max-width: 1000px) {
    #Pink,
    #White,
    #Brown,
    #popstical {
        display: none;
    }
}
