﻿.welcome {
    background-image: url('../../../i.pinimg.com/originals/f3/83/ee/f383ee4a8941896c2efaadfef75bfad6.jpg');
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 200px;
    background-attachment: fixed;
    background-position: center;
}
.main_content {
    padding-left: 50px;
    padding-right: 50px;    
}
.About_detail strong {
    color: black;
    font-size: 20px;
}
.About_detail h2 {
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px;
}
.About_detail p {
    padding-bottom: 20px;
    font-size: 1.4rem;
    color: black;
    line-height: 2.25rem;
}
.btn_theme {
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #5b361a;
    border: 1px solid transparent;
    padding: 10px 30px;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cat_type {
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;

}
.cat_header 
{ 

   text-align: center;
}
.cat_header h5 {
    padding-top: 20px;
    padding-bottom: 20px;
}
    .cat_header p {
        line-height: 1.25rem;
    }
.cat_single {
    border: 1px solid #efeeee;
    border-left: none;
    border-top: none;
    padding: 30px;
    text-align: center;
}
    .cat_single img {
        width: 100px;
        height: 100px;
    }
.cat_box {
    margin-top: 50px
}
.thumbnail {
    width: 100%;
    height: 350px;
}
.thumbnail img {
     width: 130px !important;
     height: 200px !important;
}
.qoutest {
    background-image: url('../../../wallpaperbat.com/img/216755-zen-desktop-wallpaper-top-free-zen-desktop-background.jpg');
    /*background-image: url('../../kcs_img/qoutes2.jpg');*/
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 250px;
     
    background-attachment: fixed;
}
.qoutes_detail {
    text-align: right;  
    margin-top: -100px;
}
.qoutes_detail strong {
    color: white;
    font-size: 20px;
}

.qoutes_detail h2 {
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px;
}

.qoutes_detail p {
    padding-bottom: 20px;
    font-size: 1.4rem;
    color: white;
    line-height: 2.25rem;
}
.product_section {
    padding-top: 100px;
    padding-bottom: 250px;
}
.product_section p {
    color: black
}
.mt-100 {
    margin-top: 100px;
}
.product_detail {
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 8px 0px;
    margin-bottom: 20px;
    height: 347px;
}
.prod_image {
    padding: 10px;
    background: aliceblue;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 270px;
}
    .prod_image img {
        width: 100%;
    }
.other {
    margin-top: 20px;
}
.other ul li {
    color: black !important;
}
.why_better {
    background: #fff5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}
    .why_better h1 {
        margin-bottom: 20px;
    }
    .why_better h4 {
        margin-top: 20px;
       font-weight: 900;
        margin-bottom: 20px;
    }
    .why_better p {
        color: black;
        font-size: 18px;
        line-height: 1.5;
    }
    .why_better ul li {
        color: black;
        font-size: 18px;
        line-height: 2;
        list-style-type: circle !important;
    }
    .why_better strong {
        font-weight: 900;
    }
    .why_better h1 {
        font-weight: 100;
    } 
    .why_better img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }
.text_white {
    color: white !important;
}
@media only screen and (max-width: 600px) {
    .product_detail {
        height: auto !important;
    }
    .prod_image {
        height: auto !important;
    }
    .col-6 {
        width: 50%;
    }
    .main_content {
        padding: 0px;
    }
    .qoutest {
        background-position: top;
    }
    .product_section {
        padding-top: 37px;
        padding-bottom: 0px;
    }
    .other {
        text-align: left !important;
        margin-top: 20px;

    }
    .footer_content img {
        width: 270px;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .header-static-nav p {
        color: black !important;
        line-height: 1.5;
    }
    }

