﻿/*index css*/

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*.zoom:hover {
          -ms-transform: scale(1.2);  
          -webkit-transform: scale(1.2); 
          transform: scale(1.2); 

        }*/

.card-title {
    font-weight: bold;
}

.menu-item {
    margin: 20px;
}

.card {
    list-style: none none;
    border-radius: 20px;
}

    .card:after {
        clear: both;
        display: block;
        content: ".";
        height: 0;
        visibility: hidden;
    }

    .card card-title card-text {
        list-style: none none;
        display: inline;
    }

    .card card-title card-text {
        margin: 2px;
        border: 1px solid #CCC;
        padding: 4px;
        position: relative;
        float: left;
        display: block;
        width: 100px;
        height: 80px;
    }

        .card card-title card-text a:hover {
            font-size: 100%;
            z-index: 1;
        }

        .card card-title card-text a img {
            border: 0 none;
            position: absolute;
            width: 100px;
            height: 80px;
        }


.flip-card {
    background-color: transparent;
    /*width: 300px;*/
    height: 300px;
    perspective: 1000px;
    /*padding:10px;*/
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}

.flip-card-front {
    background-color: white;
    color: black;
}

.flip-card-back {
    /*background-color: #02310b;*/ /*#3c763d;*/ /*#2980b9;*/
    background: linear-gradient(178deg, #048236 5.87%, #00CDED 138.71%);
    color: white;
    transform: rotateY(180deg);
}

.card-title {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.content {
    font-size: 17px;
}

.card-img-top {
    margin-bottom: 20px;
    height: 150px;
}

.flip-card-back p {
    color: white;
    padding: 3px;
}

.product {
    width: 100%;
    height: 200px;
}

Result Skip Results Iframe EDIT ON div[data-state="blog"] {
    display: none;
}

.carousel {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.item img {
    width: 100%;
    height: auto;
}

.left span {
    color: #04843a;
    font-weight: 700;
}

.menu-item img {
    width: 100%;
    height: 200px;
}

.product2 {
    /*background-color: #20552c;*/
    background: linear-gradient(178deg, #048236 5.87%, #00CDED 138.71%);
}

.popular2 > img {
    height: 200px;
}

.right-imgs {
    border: 5px solid #e1dcdc;
    border-radius: 10px;
    /*box-shadow: 2px 2px 3px 4px grey;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgba(0,0,0,.0001) 100%)!important;
}

.carousel-control.right {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 0%) 100%) !important;
}

.glyphicon-chevron-right {
    color: #04843a !important;
}


/*about css*/
.aboutbg {
    background-image: url(../assets/img/about/aboutbanner1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: color;
    background-color: #000000b5;
}

.about > img {
    border-radius: 20px;
}

.content h6 {
    line-height: 25px;
}

.parrale2 {
    background-image: url(../assets/img/shopping.jpg);
    background-blend-mode: color;
    background-color: #000000cc;
}

.image-box > figure > img {
    height: 200px!important;
}
.about-text {
    margin-bottom: -30px;
}

/*gallery css*/
.gallery {
    background-image: url(../assets/img/FMCG.jpg);
    background-blend-mode: color;
    background-color: #000000cc;
}

#galleryimg > img {
    border-radius: 20px !important;
}

.section-header p {
    margin-top: 60px;
    padding-bottom: 10px;
}
.section-bg2 {
    background: linear-gradient(179deg, #048236 53.25%, #00CDED 140.52%);
}
/*product css*/
.productbg {
    background-image: url(../assets/img/about/productbanner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: color;
    background-color: #000000b5;
}

.product-flip {
    margin-bottom: 20px;
}

/*contact css*/
.contactus {
    background-image: url(../assets/img/about/contact.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: color;
    background-color: #000000b5;
}

.title h4 .fa-envelope-open-o {
    font-size: 24px;
    padding: 10px !important;
}

.contact img {
    width: 31px;
    height: 31px;
}

.widget {
    /*background: linear-gradient(179deg, #048236 53.25%, #00CDED 140.52%);*/
    background: linear-gradient(179deg, #1c1e1d 53.25%, #1e8b9d 140.52%);
    padding: 5px;
    border-radius: 4px;
}

input[type=submit] {
    background-color: #066767;
    color: white;
    padding: 7px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover {
        background-color: #45a049;
    }

.detail {
    color: #090909;
}

.title2 {
    color: #090909;
}

.title3 {
    color: #090909;
}

.title {
    font-size: 28px;
    color: #f93408;
}

.detail {
    padding: 10px;
    font-size: 24px;
}

.title2 {
    padding-left: 55px;
}

.hm_requires_star {
    color: #e74c3c;
}

.send_button {
    background: #1ccdca;
    border: 1px solid #1ccdca;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    display: inline-block;
    width: 65%;
    text-align: center;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
    resize: vertical;
}

.submit {
    width: 100%;
    margin-bottom: 10px;
}

.label {
    color: white;
}
.social-iconst {
    margin-left: 5px;
}
.text-tel:before {
    margin-right: 5px;
}
  @media screen and (max-width: 367px) {
            .parral {
                /*float: none;*/
                /*width: 100%;*/
                /*height:200px ! important;*/
            }
        }

        .page-title {
            padding: 26px 0;
        }

        @media screen and (max-width: 700px) {
            .parral {
                /*float: none;*/
                /*width: 100%;*/
                /*height:200px ! important;*/
            }
        }

        .page-title {
            padding: 26px 0;
        }


