@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

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

.owl-item {
    overflow: hidden;
}

.banner-item {
    animation: zoom 25.5s linear infinite alternate;
}

@keyframes zoom {
    0% {
    transform: scale(1);
    }
    50% {
    transform: scale(1.25);
    }
    100% {
    transform: scale(1);
    }
}

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

.banner1 {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
}

.banner2 {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    font-family: 'Pangolin', cursive !important;
    letter-spacing: 5px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.50);
    padding: 10px;
    width: 50%;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 0 0 50px 0;
}

.space3 {
    padding: 200px 0;
}

.gap {
    margin-bottom: 10px;
}

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

.font-big {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: normal;
}

.line {
    background-color: #87bb3d;
    height: 2.5px;
    width: 25%;
    margin: 0 auto;
}

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

.btn-square.black {
    margin-top: 0;
    transition: all 1.00s linear;
    font-size: 15px;
    padding: 0;
    border: none;
    background-color: inherit;
    color: #87bb3d;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-square.black:hover {
    letter-spacing: 5px;
    border: none;
    background-color: inherit;
    color: #777777;
}

.show-content .content-holder {
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transform: inherit;
    opacity: inherit;
    transition: all 0.25s linear;
    height: 99%;
}

.show-content:hover .content-holder {
    background-color: rgba(0, 0, 0, 0)
}

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

.font-title {
    vertical-align: bottom;
    text-align: left;
    padding: 25px;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
}

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

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

.font-big-2 {
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    font-weight: normal;
    color: #ffffff;
}

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

.btn-square.white:hover {
    letter-spacing: 5px;
    border: none;
    background-color: #777777;
    color: #87bb3d;
    border-radius: 5px;
}

/* testimonial slider */

#customers-testimonials .item {
    text-align: center;
    padding: 25px;
    margin-bottom: 50px;
    opacity: 0.25;
    transform: scale3d(0.75, 0.75, 1);
    transition: all 0.25s linear;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #87bb3d;
    transform: translate3d(0px, -50%, 0px) scale(0.75);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
		
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background-color: #777777;
    display: inline-block;
    /*margin: 0 2px 5px;*/
    transform: translate3d(0px, -50%, 0px) scale(0.25);
    transform-origin: 50% 50% 0;
    transition: all 0.25s linear;
    width: 25px;
    height: 25px
}

/*testimonial slider*/

.font-last {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
}

.font-last-2 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
}