body{
    background:#ffffff !important; 
}

.fontx4 {
    font-size: 4em!important;
}

.pad{
width: 48%!important;
    margin-right: 2%;
    float: left!important;
}
    
.pad1{
width: 48%!important;
     float: left!important;
}

.boxc_five{
   display: none!important
}

#body_contactus address{
  font-size: 15px!important;
}

#body_contactus .contactRecordBtn{
  font-size: 15px!important;
}

#body_contactus p strong{
  font-size: 15px!important;
}

.marquee-container {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.marquee {
    width: calc(6744px * 2); /* duplicate image for seamless loop */
    height: 120px;
    background-image: url('https://www.newpages2u.com/userfiles/21268/image/clients.png'); /* Replace with your image path */
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    animation: marqueeAnim 60s linear infinite;
}

@keyframes marqueeAnim {
    from {
       transform: translateX(0);
    }
    to{
      transform: translateX(-6744px);
    }
}



.topspace{
margin-top: 10px!important;
    height: 150px!important;
}

.footer.full .info{
        background-color: #fd0090!important;
    color: #fafafa!important;
}

.btn-square.black {
    border-color: #0aacef!important;
    color: #0aacef!important;
}

.boxc_one {
    color: #333!important;
    padding-top: 30px;
    background-image: url(https://www.newpages2u.com/img/1568187994Untitled-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.frame1 {
    width: 100%;
    position: relative;
    overflow: hidden;
        box-shadow: -1px 0px 8px #3333333b;
}

.effect-bubba {
    border: 5px solid #f5ef26;
        background-color: #f5ef26;
}

.effect-bubba img {
    transform: scale(1);
    transition: transform .35s
}

.effect-bubba:hover img {
    transform: scale(0.98)
}

.boxc_three {
    margin-bottom: 0!important;
    font-size: 15px!important;
    color: #050505!important;
    text-transform: uppercase!important;
    font-weight: 500;
}

.boxc_four {
    border-bottom:5px solid #09acef!important;
    width: 20%;
    margin: 0 auto;
}

.row_full {
    max-width: 1200px!important;
    float: none!important;
}

.box_one {
    text-align: center;
}



.text_a {
    line-height: 2em;
    font-family: noto sans tc,sans-serif;

}

.home_contact_us::after{
    content: '';
    position: relative;
    z-index: 999;
    background-image: url(https://www.newpages2u.com/userfiles/21268/image/footer-cert.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 150px;
    display: block;
    margin-top:20px;
}

