
/* homepace css */

.section_2{
    padding:  25px 0 0 0  !important;
}

.section_2{
    background-size: contain !important;
    background-position: left;
    padding: 25px 0 0 0 ;
}

.section_3{
    background-image:none;
    padding:0;
}



.font1{
    font-size:22px;
}

.font1 span{
    display:inline-block;;
}


.font2{
    font-size:16px;
    line-height:32px;
}

.font3{
    font-size:20px;
}


.font4{
    font-size:80px;
    font-family: 'Fjalla One', sans-serif;
}

.font5{
    display: inline-block;
    font-size: 20px;
    font-style: italic;
}


.wid-8{
    width:90%;
    margin:0 5%;
}

.btnx1{
    transition:Ease-in-out 0.3s;
    font-size:18px;
    color:#fff;
    background-image:linear-gradient(to right, #4d4288,#aa27a2);
    padding:10px 40px;
    display:Block;
    width:max-content;
    margin-top: 400px;
    margin-left: 25px;
    font-weight: bold;

}

.btnx1:hover{
transform:scale(0.9);
}


.btnx2{
    transition:Ease-in-out 0.3s;
    font-size:14px;
    border-radius:25px;
    border:2px solid #fff;
    color:#fff;
    background:rgb(0,0,0,0);
    padding:6px 30px;
    display:Block;
    width:max-content;
    margin-top:20px;
    font-weight:bold;
}

.btnx2:hover{
    color:#000;
    background:#fff;
}

.btnx3{
    transition:Ease-in-out 0.3s;
    font-size:14px;
    font-weight:bold;
    font-style: italic;
    margin-right:50px;
    margin-top:5px;
}


.btnx3:hover{
    margin-right:30px;
    text-decoration:none;
}


.txt-content-right{
    left:55%;
    top:25%;
}

.txt-content-left{
    left:20%;
    top:25%;
}


.img-holder {
    object-fit:cover;
}

.img-holder img {
    width: 100% !important;
    vertical-align: bottom;
}

.no-mar .twelve{
    width:100% !important;
    margin:0 !important;
}

.youtubex1 .iframe100 {
    width: 57%;
    height: 120px !important;
}

.article {
    border: 0px solid #eee !important;
}


/* product page */

.productdetailcontent .photo {
    border: 0px !important;
    background: #fff;
}




/**/

.intro {
    padding: 0 !important;
    overflow-x: auto;
}

p.mhomecontent {
    padding-top: 0 !important;
}

.photo img.logo_pic {
    display: block;
    margin: 0 auto !important;
    width: 100%;
}

#header{
    height:41px !important;
}

#header, .header {
    background: transparent;
    background-image: linear-gradient(to right,#370133,#ad1b88);
}

body {
    background-color: #fff !important;
}



#breadCrumb0{
    display:none;
}