@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Gothic A1', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #000000;
    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;
    text-align: center;
    font-weight: normal;
}

.attachment_design {
    background: inherit;
}

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

.banner-item {
    overflow: hidden;
}

.banner-item .banner-caption {
    background: linear-gradient(transparent, transparent, #000000);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Gothic A1', sans-serif !important;
    left: auto !important;
    right: 7.5%;
    transform: translate(0, -50%) !important;
}

.banner1 {
    font-size: 15px;
    font-style: italic;
    text-align: right;
}

.animated.delay5 {
    animation-delay: .8s;
}

.space {
    padding: 100px 0;
}

.space1 {
    padding: 0 0 100px;
}

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

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

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

.bg1 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/main.jpg);
}

.font-big {
    font-size: 35px;
    text-transform: uppercase;
}

.line1:after {
    content: '';
    display: block;
    background-color: #ffffff;
    height: 2.5px;
    width: 15%;
    margin: 25px auto 0;
}

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

.font-small {
    font-size: 15px;
    line-height: 25px;
}

.btn-square.white {
    margin-top: 100px;
    font-size: 15px;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

.btn-square.white:hover {
    font-style: italic;
    background-color: inherit;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: underline !important;
}

.row2 {
    display: block;
    padding: 0;
    max-width: 100% !important;
}

.row3 {
    display: block;
    padding: 0;
    max-width: 100% !important;
}

.show-content .content-holder {
    background-color: rgba(0, 0, 0, 0.50);
    transition: all 0.25s linear;
    padding-top: 0;
    transform: inherit;
}

.table1 {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.font-table {
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    padding: 10px;
}

.img1 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/img1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.img2 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/img2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.img3 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/img3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.img4 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/img4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.img5 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/img5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.img6 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/img6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.hover-target .zoomout {
    transition: all 0.25s linear;
    transform: scale(1.05);
    filter: grayscale(0);
}

.hover-target:hover .zoomout {
    transform: scale(1);
    filter: grayscale(1);
}

.bg2 {
    background-attachment: inherit;
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 250px;
    animation: 1s color1 infinite;
}

@keyframes color1 {
    0% {
        filter: grayscale(0);
    }
    
    50% {
        filter: grayscale(1);
    }
    
    100% {
        filter: grayscale(0);
    }
}

.bg3 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/middle.jpg);
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.border1 {
    border: 5px solid #ffffff;
    padding: 25px;
    border-radius: 100%;
    width: 25%;
    height: 25%;
    margin: 0 auto;
}

.border1 img {
    filter: invert(1);
}

.font-title {
    font-size: 25px;
}

.hover-target .border1, .hover-target .font-title {
    transition: all 0.25s linear;
}

.hover-target:hover .border1 {
    animation: 1s rotateIn;
}

.hover-target:hover .font-title {
    color: rgba(255, 255, 255, 0.50);
}

#container {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 25px;
}

#div1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
    height: 100px;
}

#div2 {
    position: absolute;
    right: 3000px;
    top: 0;
    width: 3000px;
    height: 100px;
}

.last1 {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/last1.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.frame1 {
    background-color: #ffffff;
    padding: 50px;
    color: #000000;
    max-width: 550px;
    margin: 0 auto;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

.frame1:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #000000;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    top: 5%;
    left: 5%;
    transform: translate(-50%, -50%);
}

.frame1:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #000000;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
}

.line2:after {
    content: '';
    display: block;
    background-color: #000000;
    height: 2.5px;
    width: 15%;
    margin: 25px auto 0;
}

.font-last {
    font-size: 15px;
    line-height: 35px;
}

.last1 .row ul {
    margin: 0 auto;
    padding: 0;
}

.last1 .row ul li {
    display: inline-block;
    width: 10%;
    padding: 0 10px;
    transition: all 0.25s linear;
}

.last1 .row ul li:hover {
    transform: scale(1.25);
}

.last1 .row ul li a img {
    animation: 1s pulse infinite;
}

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

.footer.full .info > .info-inner {
    padding: 0 25px;
}

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

.footer .social-menu .social-icon {
    display: none;
}

.bannerpage {
    background-image: url(https://www.newpages2u.com/userfiles/22943/image/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    animation: 1s color1 infinite;
}

.black1 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: linear-gradient(transparent, transparent, #000000);
    width: 100%;
    height: 600px;
}

.mm-list > li > a {
    text-transform: uppercase;
}

.mm-list > li > a:hover {
    font-style: italic;
}