@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway: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: 'Raleway', 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;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 50px 0 0;
}

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

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

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

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

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

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

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

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

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

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

.twelve-full {
    margin: 80px auto 0;
}

.font-big {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.font-middle {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    color: #777777;
}

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

.font-small span {
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    border: 2.5px solid #4169E1;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #4169E1;
}

.btn-square.black:hover {
    border: 2.5px solid #FFDF00;
    background-color: inherit;
    color: #FFDF00;
}

.img1 {
    box-shadow: 25px -25px rgba(51, 51, 51, 0.75);
}

.font-title {
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    background-color: rgba(51, 51, 51, 0.50);
    color: #ffffff;
    padding: 25px;
    width: fit-content;
    position: relative;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
}

.icon1 {
    font-size: 50px;
    color: #FFDF00;
    animation: infinite tada1 7.5s;
}

@keyframes tada1 {
    
    0% {
        opacity: 0.25;
        transform: scale(1);
        }
    
    10%, 20%, 30% {
        transform: scale3d(0.75, 0.75, 0.75) rotate(-2.5deg);
        }
    
    50%, 70%, 90% {
        transform: scale3d(1, 1, 1) rotate(2.5deg);
        }
    
    40%, 60%, 80% {
        transform: scale3d(1.25, 1.25, 1.25) rotate(-2.5deg);
        }
    
    100% {
        opacity: 1;
        transform: scale(1);
        }
}

.font-sub {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.two-full .icon1, .two-full .font-sub {
    transition: all 0.25s linear;
}

.two-full:hover .icon1 {
    color: #4169E1;
    transform: scale(1.25);
}

.two-full:hover .font-sub {
    color: #777777;
}

.line {
    background-color: #777777;
    height: 2.5px;
    transform: rotate(90deg);
    width: 15%;
    margin: 100px auto;
}

.border1 {
    border: 2.5px solid #f2f2f2;
    padding: 25px;
    transition: all 0.25s linear;
    background-color: #ffffff;
}

.border1:hover {
    border: 2.5px solid #777777;
    box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
    transform: scale(1.05);
}

.border1 .font-hover {
    transition: all 0.25s linear;
}

.border1:hover .font-hover {
    color: #777777;
}

.show-content .content-holder {
    background-color: #ffffff;
    transition: all 0.25s linear;
    padding-top: 0;
    top: 100% !important;
    transform: scaleY(0) !important;
    opacity: inherit !important;
}

.show-content:hover .content-holder {
    top: 0 !important;
    transform: scaleY(1) !important;
    opacity: inherit !important;
}

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

.font-table {
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
}

.font-hover {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.img2 {
    box-shadow: -25px 25px rgba(51, 51, 51, 0.75);
}

.font-last {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.50);
}

.font-big-2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.font-middle-2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}

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

.btn-square.white {
    margin-top: 0;
    font-size: 15px;
    border: 2.5px solid #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.btn-square.white:hover {
    border: 2.5px solid #FFDF00;
    background-color: inherit;
    color: #FFDF00;
}

.section_0 .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.section_0 .row ul {
    margin: 0 auto;
    padding: 0;
}

.news-listing.v2 .tag-news-item .news-inner-img {
    border-radius: 0;
    border: none;
}

.news-listing .tag-news-item .news-date {
    margin-bottom: 0;
    top: 0;
    border-radius: 0;
}

.news-listing .tag-news-item .tag-news-body {
    text-align: left;
}

.new_product_col1 {
    margin: 0 auto !important;
}

.home_product_swipper_img, .article {
    border: none;
}

.last1 {
    background-color: #808080;
}

/* testimonial slider */

#customers-testimonials .item {
    text-align: center;
    padding: 0 25px;
    margin: 0 auto 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: #FFDF00;
    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: #4169E1;
    display: inline-block;
    transform: translate3d(0px, -50%, 0px) scale(0.25);
    transform-origin: 50% 50% 0;
    transition: all 0.25s linear;
    width: 25px;
    height: 25px
}

/*testimonial slider*/

.productcontent .image-box {
    background-repeat: no-repeat;
    background-size: contain;
}