@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Poppins', 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;
}

.banner-item .banner-caption {
    width: 90%;
    height: auto;
    font-family: 'Caveat', cursive !important;
}

.banner-item .banner-caption.id-2 {
    top: 15% !important;
}

.banner1 {
    font-size: 25px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: left;
}

.imgbanner1 {
    animation: rotate1 2.5s infinite alternate !important;
}

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

.imgbanner2 {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -40%);
}

.banner2 {
    font-size: 25px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: right;
}

.banner3 {
    font-size: 25px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
}

.space {
    padding: 50px 0;
}

.space1 {
    padding: 0 0 50px;
}

.space2 {
    padding: 250px 0 150px;
}

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

.four-full-1 {
    margin: 0 auto !important;
    padding: 8px;
}

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

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

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

.twelve-full {
    margin: 0 auto !important;
    position: relative;
    top: 50px;
}

.twelve-full-1 {
    margin: 0 auto !important;
    float: right !important;
}

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

.tilt-box {
    filter: drop-shadow(2.5px 5px 7.5px #333333);
    position: relative;
    z-index: 1;
}

.font-big {
    font-size: 30px;
    color: #B2B2B2;
    font-weight: 300;
}

.font-big:after {
    content: "";
    display: block;
    background-color: #B2B2B2;
    height: 2.5px;
    width: 100%;
}

.font-small {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
}

.btn-square.black {
    margin-top: 0;
    font-size: 16px;
    border: none;
    background-color: #ffbf00;
    color: #ffffff;
    font-weight: 300;
    border-radius: 100px;
    padding: 10px 50px;
}

.btn-square.black:hover {
    background-color: #FDDE13;
    border-radius: 0;
    color: #333333;
    box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}

.bg1-1 {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 0;
    top: -125px;
    left: 0;
}

.font-big-2 {
    font-size: 30px;
    font-weight: 300;
}

.font-big-2:after {
    content: "";
    display: block;
    background-color: #B2B2B2;
    height: 2.5px;
    margin: 0 auto;
    width: 50%;
}

.show-content .content-holder {
    background-color: inherit;
    transition: all 0.25s ease;
    padding-top: 0;
    transform: scale(1.25);
}

.show-content:hover .content-holder {
    background-color: rgba(51, 51, 51, 0.50);
    transform: scale(1);
}

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

.table1 div {
    vertical-align: middle;
    display: table-cell;
}

.hover-target div {
    overflow: hidden;
}

.font-table {
    font-size: 30px;
    color: #FDDE13;
    font-weight: 300;
    background-color: #333333;
    padding: 10px 25px;
    border-left: 2.5px solid #B2B2B2;
    border-right: 2.5px solid #B2B2B2;
}

.hover-target .zoomout {
    transition: all 0.25s ease;
}

.hover-target:hover .zoomout {
    transform: scale(1.05);
    filter: brightness(0.75);
}

.frame1 {
    background-color: transparent;
    padding: 25px;
    transition: all 0.25s ease;
}

.frame1:hover {
    background-color: #B2B2B2;
    box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}

.font-title {
    font-size: 30px;
    font-weight: 300;
}

.frame1 img, .frame1 .font-title {
    transition: all 0.25s ease;
}

.frame1:hover .font-title {
    color: #FDDE13;
}

.frame1:hover img {
    filter: brightness(0) invert(1);
}

.border1 {
    border: 1px solid #B2B2B2;
    display: block;
}

.gap1 {
    margin-bottom: 50px;
}

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

.animated.delay6 {
    animation-delay: 1s;
}

.font-middle {
    font-size: 30px;
    font-weight: 300;
}

.row1 {
    margin-bottom: 50px;
}

.font-text {
    font-size: 15px;
    font-weight: 200;
}

.font-text-2 {
    font-size: 15px;
    font-weight: 300;
}

.line1 {
    border-right: none;
    height: inherit;
    border-bottom: 2.5px solid #B2B2B2;
    padding: 25px 0 !important;
}

.font-text-3 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

/*
.section_0 .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.section_0 .row ul {
    margin: 0 auto;
    padding: 0;
}
*/

.bg2 {
    background-image: url(https://www.newpages2u.com/userfiles/22362/image/ContactBg.jpg);
}

.font-big-3 {
    font-size: 30px;
    font-weight: 300;
}

.font-big-3:after {
    content: "";
    display: block;
    background-color: #ffffff;
    height: 2.5px;
    width: 100%;
    margin: 0 auto;
}

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

.section_0 .row ul li a {
    font-size: 50px;
    color: #FDDE13 !important;
}

.section_0 .row ul li a:hover {
    color: #ffffff !important;
}

.border2 {
    border-left: none;
    border-right: none;
    border-bottom:  2.5px solid #ffffff;
    border-top:  2.5px solid #ffffff;
}

.font-last {
    font-size: 20px;
}

.font-last span {
    color: #FDDE13;
    font-weight: 300;
}

.font-last-2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
}

.font-last-2 span {
    color: #FDDE13;
    font-weight: 300;
}