/*home page img layout*/
.home-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.h3-color{
    font-size: 20px;
    color:#ffffff;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    /*padding: 20px 30px 25px 30px*/

}



/*homepage*/
.background-home{ 
    background: rgba(0, 0, 0, 0.32);
    padding: 35px;
    margin-top: 100px;
}

.check-btn-color{
    color: #52d81a;
    font-size: 20px;
    padding-right: 10px;
}

.testimonial-bubble {
    text-align: justify;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 0 20px 20px 20px;
    margin: 35px 10px 20px 10px;
    background: #f1f1f1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px #fff,0 1px 2px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 1px 2px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 1px 2px #c8cfe6;
    color: inset 0 1px #fff,0 1px 2px #c8cfe6;
}
.testimonial-bubble::before {
    background-color: #f1f1f1;
    content: "\00a0";
    display: block;
    height: 20px;
    width: 30px;
    top: 140px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recent-post li{
    border-bottom:1px dashed transparent;
    border-color:#e8e8e8;
    list-style:none;
    margin:0 0 20px 0;
    padding:0;
}

.post-data {
    float: left;
    font-size: 18px;
    line-height: 28px;
    margin: 0 15px 0 0;
    padding-left: 2px;
    color: #adadad;
}

#banner-color {
    padding:100px 0  5px;
    background-image: -moz-linear-gradient(90deg, #978eb9 0%, #9b9af3 100%);
    background-image:-webkit-linear-gradient(90deg, #978eb9 0%, #7264a6 100%);
    /*background-image: -ms-linear-gradient(90deg, #162090 0%, #9b9af3 100%);*/
    background-image: -ms-linear-gradient(90deg, #978eb9 0%, #7264a6 100%);
    color: #fff;
}


/*about us*/
.num-color-size{
    font-size: 35px;
    color:#1b28bf;
    text-align: center;
    font-weight: bold;
    padding-top: 15px
}

.text-color-size{
    font-size: 17px;
    color:#8a8a8a;
    text-align: center
}

.btn-tab-color{
    /*background: #2536ff;*/
    color:#222;
    border:1px solid #222;
    border-radius: 25px;
}

/*product*/
.title-product{
    color:#7264a6;
    margin-top:0px
}
.viewmore-product-btn{
    color:#222;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    border:2px solid #222;
    padding:10px;
    text-transform: uppercase
}