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

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

.banner-item .banner-caption img {
    max-width: 65% !important;
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 0 0 50px;
}

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

.three-full {
    width: 50% !important;
    float: left !important;
    margin: 0 auto !important;
}

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

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

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

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

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

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

.six-full-1 {
    width: 50% !important;
    margin: 0 auto !important;
    text-align: right;
    padding: 25px !important;
    float: left;
}

.six-full-2 {
    width: 50% !important;
    margin: 0 auto !important;
    text-align: left;
    padding: 25px !important;
    float: left !important;
}

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

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

.font-big {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #d71b1c;
}

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

.font-big-2 {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.font-small-2 {
    font-size: 17.5px;
    line-height: 27.5px;
    margin: 0 auto;
    color: #ffffff;
}

/* testimonial slider */

#customers-testimonials .item {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 50px;
    opacity: 0.50;
    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);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #d71b1c;
    transform: translate3d(0, -50%, 0) 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: #242b5a;
    display: inline-block;
    transform: translate3d(0, -50%, 0) scale(0.25);
    transform-origin: 50% 50% 0;
    transition: all linear 0.25s;
    width: 25px;
    height: 25px
}

.font-title {
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px;
    background-color: #242b5a;
    color: #ffffff;
}

/* testimonial slider */

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    padding: 10px 25px;
    transition: all 0.25s linear;
    border-radius: 10px;
    border: none;
    background-color: #242b5a;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    box-shadow: inset 0 2px 5px 0 rgba(51, 51, 51, 0.25);
    color: #ffffff;
    margin-bottom: 10px;
}

.btn-square.black:hover {
    background-color: #242b5a;
    box-shadow: 0 2px 5px 0 rgba(51, 51, 5, 0.25);
    color: #d71b1c;
}

.btn-square.black:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    transition: all 0.25s linear;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #242b5a;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: translateX(10px);
}

.youtube-holder {
    padding-bottom: 40%;
}

.click {
    transition: all 0.25s linear;
}

.click:hover {
    transform: scale(1.25);
    filter: drop-shadow(0 2px 5px rgba(51, 51, 5, 0.25));
}

.frame {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 25px;
    border-radius: 25px;
}

.font-last {
    font-size: 35px;
    line-height: normal;
    font-weight: bold;
}