@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


body {
	font-family: 'Open Sans', 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;
    margin-top: -50px;
}

/*
.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;
}

.space {
    padding: 200px 0 100px;
}

.space2 {
    padding: 0 0 100px;
}

.space3 {
    padding: 200px 0;
}

.space4 {
    padding: 100px 0;
}

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

.five-full-2 {
    width: 50% !important;
    margin: 0 auto !important;
    float: left !important;
    padding: 25px;
}

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

.bg1 {
    background-image: url(https://www.newpages2u.com/userfiles/22887/image/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -150px;
}

.bg2 {
    background-attachment: fixed;
    background-image: url(https://www.newpages2u.com/userfiles/22887/image/bg2.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.bg3 {
    background-image: url(https://www.newpages2u.com/userfiles/22887/image/bg3.jpg);
}

.font-big {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.font-big span {
    color: #D0AA2B;
}

.font-small {
    font-size: 18px;
    line-height: 2;
    color: #333333;
}

.btn_bg {
    background-image: url(https://www.newpages2u.com/userfiles/22887/image/button-img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 40px;
    transition: all 0.25s linear;
    width: fit-content;
    margin: 0 auto;
    animation: tada 2.5s infinite;
}

.btn_bg:hover {
    transform: scale(0.95);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}

.btn_bg span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #000000 !important;
    position: relative;
    left: 15px;
    top: 3.5px;
    transition: all 0.25s linear;
}

.btn_bg span:hover {
    color: #ffffff !important;
}

.middle1 .slick-dots {
    display: none !important;
}

.img1 {
    animation: 2.5s jello infinite alternate;
}

.parallax_bg {
    animation: zoom1 25s linear infinite alternate;
}

@keyframes zoom1 {
    0% {
        transform: scale(1.05);
    }
    
    50% {
        transform: scale(1);
    }
    
    100% {
        transform: scale(1.05);
    }
}

.hover-target .zoomout {
    transition: all .25s linear;
}

.hover-target:hover .zoomout {
    transform: scale(1.05);
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.25));
}

.big1 {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.font-small-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
}

.section_0 .row ul {
    margin: 0 auto;
    padding: 0;
    display: inline-flex;
}

.section_0 .row ul li {
    display: inline-block;
    padding: 0 10px;
}

.icon1 {
    padding: 15px;
    font-size: 25px;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    color: #f89d19 !important;
    transition: all 0.25s linear;
    border-radius: 100%;
}

.icon1:hover {
    color: #000000 !important;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}