@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway: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: 'Raleway', 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;
}

.four-full, .six-full-main-1, .six-full-main-2, .six-full-1, .six-full-2 {
    margin: 0 auto !important;
}

.six-full-main-2 {
    padding: 25px;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 175px 0;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    font-weight: normal;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #777777;
}

.btn-square.black {
    margin-top: 0;
    transition: all 0.25s linear;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 25px;
    border: none;
    background-color: #333333;
    color: #ffffff;
}

.btn-square.black:hover {
    background-color: #008000;
    transform: scale(0.95);
    border-radius: 5px;
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
    font-weight: normal;
}

.counter {
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    color: #008000;
}

.font-number {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.img {
    transition: all 0.25s linear;
}

.img:hover {
    filter: grayscale(25%);
    border-radius: 5px;
}

.font-title {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #777777;
    text-align: left;
}

.font-big-2 {
    font-size: 100px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-weight: normal;
}

.owl-theme .owl-nav {
    display: none;
}