@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

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

#mm-m0-p0 li a br {
    display: none;
}

.nivoSlider {
    margin-bottom: 0;
}

.nivo-controlNav {
    display: none;
}

.space1 {
    padding: 25px 0;
}

.space2 {
    padding: 50px 0;
}

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

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

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

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

.font-search {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.search1 {
    border: none;
    background-color: #f2f2f2;
    font-size: 15px !important;
    width: 100%;
    padding: 10px 25px !important;
    transition: all 0.25s linear;
}

.search1:hover {
    background-color: #ffffff;
}

.btn1 {
    border: none;
    background-color: #0000ff !important;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    transition: all 0.25s linear;
    margin-left: 10px;
    cursor: pointer;
}

.btn1:hover {
    background-color: #00008B !important;
}

.font-big {
    font-size: 20px;
    line-height: normal;
    /*background: linear-gradient(#ff0000, #8B0000);*/
    padding: 10px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);*/
    background-color: #ff0000;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    /*width: 750px;*/
    margin: 0 auto;
}

.btn-square.black {
    margin-top: 0;
    font-size: 35px;
    transition: all 0.25s linear;
    padding: 0;
    border: none;
    background-color: inherit;
    color: #ff0000;
    animation: click 0.50s linear infinite alternate;
}

.btn-square.black:hover {
    color: #0000ff;
    background-color: inherit;
}

@keyframes click {
    0% {
        color: #ff0000;
    }
    
    100% {
        color: #0000ff;
        transform: scale(1.25);
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    }
}

.show-content .content-holder {
    padding-top: 0;
    background-color: inherit;
    transform: inherit;
    opacity: inherit;
}

.show-content:hover .content-holder {
    transform: inherit;
    opacity: inherit;
}

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

.font-table {
    vertical-align: bottom;
    display: table-cell;
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
    padding: 25px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.btn-square.white {
    margin-top: 10px;
    font-size: 15px;
    transition: all 0.25s linear;
    padding: 10px;
    border: none;
    background-color: #ff0000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    /*background: linear-gradient(#ff0000, #8B0000);*/
    box-shadow: -5px 5px 0 #8B0000;
}

.btn-square.white::before {
    transition: all 0.25s linear 0s;
    content: "";
    position: absolute;
    bottom: -4px;
    right: 2px;
    width: 8px;
    height: 8px;
    background-color: #8B0000;
    transform: rotate(45deg);
    z-index: -1;
}

.btn-square.white::after {
    transition: all 0.25s linear 0s;
    content: "";
    position: absolute;
    top: 2px;
    left: -4px;
    width: 8px;
    height: 8px;
    background-color: #8B0000;
    transform: rotate(45deg);
    z-index: -1;
}

.btn-square.white:hover {
    color: #ffffff;
    background-color: #0000ff;
    /*box-shadow: -5px 5px 0 #00008B;*/
    background-image: linear-gradient(#00008B, #0000FF);
    top: 2.5px;
    left: -2.5px;
}

.btn-square.white:hover::before {
    transition: all 0.25s linear 0s;
    content: "";
    position: absolute;
    bottom: -4px;
    right: 2px;
    width: 8px;
    height: 8px;
    background-color: #00008B;
    transform: rotate(45deg);
    z-index: -1;
}

.btn-square.white:hover::after {
    transition: all 0.25s linear 0s;
    content: "";
    position: absolute;
    top: 2px;
    left: -4px;
    width: 8px;
    height: 8px;
    background-color: #00008B;
    transform: rotate(45deg);
    z-index: -1;
}

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

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

/* testimonial slider */

#customers-testimonials .item {
    text-align: center;
    padding: 10px 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);
}

.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-color: #ff0000;
    transform: translate3d(0px, -50%, 0px) scale(0.75);
    border-radius: 5px;
}

#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: #0000ff;
    display: inline-block;
    margin: 0 auto;
    transform: translate3d(0px, -50%, 0px) scale(0.25);
    transform-origin: 50% 50% 0;
    transition: all linear 0.25s;
    width: 25px;
    height: 25px
}

/*testimonial slider*/

.font-last {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.icon1 {
    font-size: 50px;
    transition: all 0.25s linear;
    color: #ff0000;
}

.icon1:hover {
    color: #0000ff;
    transform: scale(1.25);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}