@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&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: '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;
}

/*
.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: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden;
}

.banner1-1 {
    position: absolute;
}

.banner1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30%;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 5px #333333;
}

.banner1:after {
    content: "";
    display: block;
    background-color: #ffffff;
    height: 5px;
    width: 10%;
    margin: 0 auto;
    box-shadow: 0 5px #333333;
}

.owl-theme .owl-dots .owl-dot span {
    background: #063c9e !important;
    transition: all 0.25s linear !important;
    border-radius: 0 !important;
    width: 25px !important;
    margin: 10px 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #26fcfa !important;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 0 0 50px;
}

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

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

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

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

.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
}

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

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

.frame1 {
    background-color: #f2f2f2;
    padding: 25px;
    box-shadow: 0 0 25px 0 rgb(51, 51, 51, 0.25);
}

.font-big {
    font-size: 35px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #063c9e, #26fcfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

.font-small span {
    text-transform: uppercase;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding: 10px 25px;
    border: none;
    background-color: inherit;
    background: linear-gradient(45deg, #063c9e, #26fcfa);
    color: #ffffff;
    transition: all 0.25s linear;
    border-radius: 5px;
    box-shadow: 0 5px 0 #333333;
}

.btn-square.black:hover {
    background-color: inherit;
    background: linear-gradient(45deg, #26fcfa, #063c9e);
    color: #333333;
    transform: scale(0.95);
    box-shadow: 0 2.5px 0 #777777, inset 0 2.5px 5px rgb(51, 51, 51, 0.75);
}

.six-full-4 div img {
    animation: float 2.50s 0.50s linear infinite alternate;
}

@keyframes float {
    0% {
        opacity: 0.75;
        transform: translateY(0);
        }
    
    25% {
        opacity: 1;
        transform: translateY(5px);
        }
    
    50% {
        opacity: 0.75;
        transform: translateY(0);
        }
    
    100% {
        opacity: 1;
        transform: translateY(-5px);
        }
}

.font-big-2 {
    font-size: 35px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #063c9e, #26fcfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.frame2 {
    background-color: #f2f2f2;
    padding: 15px 25px;
    box-shadow: 0 0 25px 0 rgb(51, 51, 51, 0.25);
    transition: all 0.25s linear;
}

.frame2:hover {
    transform: scale(1.05);
    box-shadow: none;
    border-radius: 5px;
    background-color: #D3D3D3;
}

.frame2 .icon3 {
    transition: all 0.25s linear;
}

.frame2:hover .icon3 {
    color: #26fcfa;
    transform: scale(1.05);
}

.height1 {
    min-height: 105px;
}

.icon3 {
    font-size: 50px;
    color: #063c9e;
}

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

/* */

.container1 {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 0 25px 0 rgb(51, 51, 51, 0.25);
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.25s linear;
    backface-visibility: hidden;
}

.middle {
    transition: all 0.25s linear;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 87.5%;
    background-color: #063c9e;
    padding: 25px;
}

.middle:hover {
    background-color: #26fcfa;
    padding: 50px 25px;
}

.middle:hover .font-text {
    color: #333333;
}

.container1:hover .image {
    opacity: 0.75;
    transform: scale(1.05);
}

.container1:hover .middle {
    opacity: 1;
}

.font-text {
    color: #ffffff;
    font-size: 15px;
}

/* */

.font-middle {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 5px #333333;
}

/*
.move1 {
    margin-top: 75px !important;
}

.move2 {
    margin-top: 150px !important;
}

.move3 {
    margin-top: -150px !important;
}

.move4 {
    margin-top: -75px !important;
}
*/

.font-big-3 {
    font-size: 35px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

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

.section_0 .owl-theme .owl-nav {
    display: none !important;
}