@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;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 50px 0 0;
}

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

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

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

.six-full-2 {
    margin: 0 auto !important;
    padding: 165px 25px;
}

.six-full-3 {
    margin: 0 auto !important;
    padding: 70px 25px;
}

.six-full-4 {
    margin: 0 auto !important;
    padding: 60px 25px;
    text-align: right;
}

.six-full-5 {
    margin: 0 auto !important;
    padding: 25px 25px 0;
}

.six-full-6 {
    margin: 0 auto !important;
    padding: 50px 25px;
}

.font-main:before {
    content: "";
    width: 50%;
    display: block;
    height: 2.5px;
    background-color: #00aeef;
    margin-left: auto;
}

.font-main {
    font-size: 30px;
    line-height: 1.25;
}

.font-main:after {
    content: "";
    width: 50%;
    display: block;
    height: 2.5px;
    background-color: #00aeef;
}

.icon1 {
    padding-left: 10px;
    color: #00aeef;
    font-size: 75px;
    vertical-align: middle;
    animation: 2.50s zoom infinite;
}

@keyframes zoom {
    0% {
        transform: scaleX(1);
        filter: drop-shadow(0);
}
    
    10%, 20% {
        transform: scale3d(0.95, 0.95, 0.95) rotate(-2.5deg);
}
    
    30%, 50%, 70%, 90% {
        transform: scale3d(1.05, 1.05, 1.05) rotate(2.5deg);
}
    
    40%, 60%, 80% {
        transform: scale3d(1.05, 1.05, 1.05) rotate(-2.5deg);
}
    
    100% {
        transform: scaleX(1);
        filter: drop-shadow(0 2.5px 5px rgba(0, 0, 0, 0.25));
}
}

.font-big {
    font-size: 35px;
    line-height: 1.25;
    font-weight: bold;
}

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

.font-title {
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
}

.btn-square.black {
    margin-top: 25px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    background-color: #00aeef;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition: all 0.5s linear;
}

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.25s linear;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    color: #ffffff;
    background-color: inherit;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.50, 1.50, 0.25, 0.50);
    border-radius: 5px;
}

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

.icon2 {
    padding-right: 10px;
    color: #00aeef;
}

.icon3 {
    padding-left: 10px;
}

.frame1 {
    background-color: #000000;
    padding: 50px;
}

.show-content .content-holder {
    background-color: inherit;
    transition: all 0.25s linear;
    padding-top: 0px;
    transform: inherit;
    opacity: inherit;
    top: 75%;
    z-index: -1;
}

.show-content:hover .content-holder {
    z-index: 1;
}

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

.font-table {
    text-align: left;
    padding: 25px;
    vertical-align: bottom;
    display: inherit;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
    background-color: rgba(0, 174, 239, 0.50);
}