@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
	font-family: 'Arimo', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

#fullbanner {
    clear: both;
}

#fullbanner:before {
    content: '';
    background-image: url(https://www.newpages2u.com/userfiles/21904/image/wave2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.5px;
    z-index: 1;
}

.banner-item .banner-caption {
    width: 100%;
    height: 100%;
    font-family: 'Arimo', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei' !important;
}

.table1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    width: 100%;
    max-width: 1230px;
    padding: 10px;
    margin: 0 auto;
}

.frame1 {
    color: #ffffff;
    background-color: #222222;
    padding: 10px;
    max-width: 50%;
    line-height: 0.75;
}

.banner1 {
    font-weight: 700;
    border-bottom: 2.5px solid #f74883;
    width: fit-content;
    font-size: 7.5px;
}

.banner2 {
    font-size: 7.5px;
}

.banner2 span {
    font-weight: 700;
}

.banner3 {
    line-height: 10px;
    font-size: 7.5px;
}

.banner3 span {
    font-weight: bold;
}

.banner4 {
    display: flex;
    align-items: center;
}

.banner4 div:first-child img {
    max-width: 90% !important;
}

.banner4 div:last-child {
    line-height: 10px;
    font-size: 7.5px;
}

.btn-square.black {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    background-color: #f74883;
    padding: 15px 25px;
    border: none;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-weight: bold;
    z-index: 1;
}

.btn-square.black:hover {
    background-color: #f74883;
}

.btn-square.black:before {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
}

.btn-square.black:hover:before {
    left: 0;
}

.btn-square.black i {
    margin-left: 10px;
}

.btn-square.black:hover i {
    margin-left: 10px;
    animation: 1s rotate1;
}

@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

#header-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
}

.space {
    padding: 50px 0;
}

.space1 {
    padding: 50px 0 0;
}

.space2 {
    padding: 0 0 50px;
}

.three-full {
    margin: 0 auto !important;
}

.four-full {
    margin: 0 auto !important;
}

.six-full {
    margin: 0 auto !important;
}

.bg1 {
    background-image: url(https://www.newpages2u.com/userfiles/21904/image/newbg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.bg1:before {
    content: '';
    background: linear-gradient(#ffffff, rgba(255, 255, 255, 0.25), #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.font-middle {
    border-bottom: 2.5px solid #f74883;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
}

.font-big {
    font-size: 50px;
}

.font-big span {
    font-weight: 600;
}

.font-small {
    line-height: 25px;
    color: #898c8f;
    transition: all 0.50s;
}

.box1 {
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.box2 {
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.box1 .img1 img, .box2 .img1 img {
    transition: all 0.50s;
}

.box1:hover .img1 img, .box2:hover .img1 img {
    transform: scale(1.05);
    filter: brightness(0.75);
}

.img1 {
    display: flex;
}

.back1 {
    background-color: #f74883;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.font-title {
    font-weight: 700;
    text-align: left;
    width: 70%;
}

.back1 div:last-child {
    text-align: right;
    width: 30%;
}

.back1 img {
    max-width: 50% !important;
}

.text1 {
    text-align: left;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    min-height: 0;
}

.text2 {
    text-align: left;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    min-height: 0;
}

.main1 {
    border-top: 1px solid #e2eef2;
    position: relative;
    z-index: 1;
    overflow: visible !important;
}

.main1:before {
    content: '';
    background-color: #f74883;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    animation: 2.5s color1 linear infinite alternate;
}

@keyframes color1 {
    0% {
        background: linear-gradient(45deg, #f74883, #000000);
    }
    
    25% {
        background: linear-gradient(45deg, #f74883, #f74883);
    }
    
    50% {
        background: linear-gradient(45deg, #000000, #f74883);
    }
    
    100% {
        background: linear-gradient(45deg, #000000, #000000);
    }
}

.row1 {
    display: block;
    align-items: center;
}

.main1 .font-middle {
    margin-left: 0 !important;
}

.list1 ul {
    margin: 0 auto;
    padding: 0;
}

.list1 ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.list1 ul li:last-child {
    margin-bottom: 0;
}

.list1 ul li i {
    color: #f74883;
    margin-right: 10px;
}

.list1 .font-small {
    color: #222222;
}

.cover1 {
    position: relative;
}

.white1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white1 div span {
    font-size: 50px;
    font-weight: 700;
    color: #222222;
}

.white1 div {
    color: #f74883;
    text-transform: uppercase;
}

.service1 {
    background-attachment: fixed;
    background-image: url(https://www.newpages2u.com/userfiles/21904/image/newbg2.png);
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid #e2eef2;
    position: relative;
    z-index: 1;
    overflow: visible !important;
}

.service1:before {
    content: '';
    background-color: #f74883;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    animation: 2.5s color1 linear infinite alternate;
}

@keyframes color1 {
    0% {
        background: linear-gradient(45deg, #f74883, #000000);
    }
    
    25% {
        background: linear-gradient(45deg, #f74883, #f74883);
    }
    
    50% {
        background: linear-gradient(45deg, #000000, #f74883);
    }
    
    100% {
        background: linear-gradient(45deg, #000000, #000000);
    }
}

.service1:after {
    content: '';
    background: linear-gradient(#ffffff, rgba(255, 255, 255, 0.25), #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.move1 {
    margin-top: 0 !important;
}

.move2 {
    margin-top: 0 !important;
}

.square1 {
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.10);
    border-bottom: 2.5px solid #f74883;
    transition: all 0.50s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 335px;
}

.hover1:hover .square1 {
    border-bottom: 2.5px solid #000000;
}

.square1:before {
    content: '';
    background: linear-gradient(#000000, #f74883);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
}

.hover1:hover .square1:before {
    top: 0;
}

.pink1 {
    position: relative;
}

.pink1:before {
    content: '';
    background-color: #f74883;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    transition: all 0.50s;
}

.hover1:hover .pink1:before {
    background-color: #ffffff;
}

.square1 img {
    max-width: 50% !important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.font-box {
    font-size: 25px;
    font-weight: 600;
    transition: all 0.50s;
}

.hover1:hover .font-box, .hover1:hover .font-small {
    color: #ffffff;
}

.square2 {
    position: relative;
}

.number1 {
    background-color: #f74883;
    color: #ffffff;
}

.number1 .three-full {
    width: 50% !important;
    float: left !important;
}

.number1 .font-middle {
    border-color: #222222;
}

.number1 .font-small {
    color: #ffffff;
}

.align1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter1 {
    font-size: 35px;
    font-weight:700;
}

.symbol-1 {
    font-size: 35px;
    font-weight: 700;
}

.brand1 {
    background-color: #edf5f8;
}

.running-1 {
    height: 75px;
    background-image: url(https://www.newpages2u.com/userfiles/21904/image/brand.png);
    animation: image1 50s linear infinite;
}

@keyframes image1 {
    100% {
        background-position: 4950px;
    }
}

.downspace {
    width: 100% !important;
}

.footer1 {
    background-color: #222222;
    color: #ffffff;
}

.footer1 img {
    max-width: 35% !important;
}

.footer1 .icon1 a {
    font-size: 25px;
}

.footer1 .icon1 a:hover {
    color: #f74883;
}

.font-last {
    font-weight: 700;
    font-size: 25px;
    border-bottom: 2.5px solid #f74883;
    width: fit-content;
}

.list2 ul {
    margin: 0 auto;
    padding: 0;
}

.list2 ul li {
    display: block;
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.list2 ul li:nth-child(5), .list2 ul li:last-child {
    margin-bottom: 0;
}

.list2 ul li a:hover {
    color: #f74883;
}

.footer1 .font-small {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.footer1 .font-small i {
    color: #f74883;
    margin-right: 10px;
}

.footer.full .info, .footer.full .info a {
    color: #ffffff;
}

.footer.full .info > .info-inner > .info-inner-left {
    text-align: center;
}

.footer.full .info > .info-inner > .info-inner-right {
    display: none;
}

.poweredby {
    font-size: 15px;
}

#back-to-top {
    color: #f74883;
}

#whatsapp-float-icon {
    left: auto;
    right: 22.5px;
    bottom: 100px;
}

#body_home .top1 {
    display: none;
}

.topspace {
    width: 100% !important;
    margin-top: -17.5px;
}

.top-icon1 {
    position: absolute;
    top: -99.5px;
    right: 500px;
}

.top-icon1 a {
    color: #f74883 !important;
}

.top-icon1 a:hover {
    color: #222222 !important;
}

.top1 {
    background-image: url(https://www.newpages2u.com/userfiles/21904/image/newbanner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    position: relative;
}

.top1:before {
    content: '';
    background-image: url(https://www.newpages2u.com/userfiles/21904/image/wave2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 1;
}