@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');

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: 'Open Sans', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei' !important;
}

.space {
    padding: 50px 0;
}

.three-full, three-full-icon, .three-full-1, .three-full-2, .three-full-3, .four-full, .five-full {
    margin: 0 auto !important;
}

.three-full-icon {
    width: 50% !important;
    float: left !important;
}

.four-full {
    width: 33.33333333333333% !important;
    float: left !important;
}

.top {
    border-top: 5px solid #48a7f2;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    color: #48a7f2;
    text-transform: uppercase;
}

.line {
    background-color: #ed1c24;
    height: 5px;
    width: 100px;
    margin: 0 auto;
}

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

.hover-target .flyup {
    transition: all 0.25s linear;
}

.hover-target:hover .flyup {
    transform: translatey(-10px) scale(1.25);
    filter: drop-shadow(0 5px 5px rgba(51, 51, 51, 0.25));
}

.hide {
    display: none;
}

.frame {
    background-color: #ffffff;
    box-shadow: 2.5px 2.5px 5px rgba(51, 51, 51, 0.25);
    padding: 5px;
    transition: all 0.25s linear;
}

.frame:hover {
    box-shadow: -2.5px -2.5px 5px rgba(51, 51, 51, 0.25);
}

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

.font-title a {
    color: #333333 !important;
    transition: all 0.25s linear;
}

.font-title a:hover {
    color: #777777 !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.hover-target .zoomout {
    transition: all 0.25s linear;
    transform: scale(0.75);
}

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

/* testimonial slider */

.shadow-effect {
    background-color: inherit;
    padding: 0;
    border-radius: 0;
    text-align: center;
    border: 0;
    box-shadow: none;
}

.shadow-effect img {
    width: 250px !important;
    height: auto !important;
    margin: 0 auto;
}

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

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

.owl-carousel .owl-item .img-circle {
    transform-style: preserve-3d;
    max-width: 100px;
    margin: 0 auto 15px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #48a7f2;
    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: #333333;
    display: inline-block;
    /*margin: 0 2px 5px;*/
    transform: translate3d(0px, -50%, 0px) scale(0.25);
    transform-origin: 50% 50% 0;
    transition: all linear 0.25s;
    width: 25px;
    height: 25px
}

/*testimonial slider*/

.row ul {
    margin: 0 auto !important;
    padding: 0 0 0 17.5px !important;
}

.font_li {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto 15px;
    text-transform: uppercase;
    /*display: block;*/
    transition: all 0.25s linear;
}

.font_li:hover {
    transform: translateX(5px);
}

.font_li a {
    background-color: inherit;
    color: #ffffff;
    transition: all 0.25s linear;
}

.font_li a:hover {
    color: #333333;
}

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