﻿




    .pControl a {
        text-decoration: none;
        display: inline-block;
        padding: 6px 16px;
    }
    .prod-overlay {
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.8784313725490196),rgba(255, 255, 255, 0.5215686274509804));

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

        .toast-overlay {
            
    /*background-color: #f5f5f5cc;

    width: 100%;
    height: 100%;*/
    
}
        .toast{
                backdrop-filter: blur(2px) !important;
        }
.toast-header{
    color: #ffffff !important;
    background-color: rgba(21, 181, 52, 0.85) !important;
    display:block !important;
    
}
.toast-body {
    background-color: white;
    
   
}
 .pControl a:hover {
            background-color: #50b2ca;
            color: white;
            border-color: #e8e8e8;
        }

    .previous {
    border: 2px solid #d9dfe2;
    background-color: #ffffff;
    color: #d9dfe2;
    border-radius: 30px 0px 0px 30px;
    }

    .next {
        background-color: #c3ef93;
        color: white;
        border-radius: 0px 30px 30px 0px;
        border: 2px solid #c3ef93;
    }


    .works-body ul{
        list-style:none;
    }

.works-body ul li .fa {
    color: #000000;
    font-size: 20px;
}

        .works-body ul li{
            line-height:2rem;
        }
        .prodIMG img{
            width:100%;
        }
.works{
    width:100%;
    height:auto;
    right:0;
    left:0;
    top:0;
}

    .carousel-indicators{
        position:relative !important;
        bottom:0 !important;
        margin-top:5px;
    }
.carousel-indicators-numbers li {
text-indent: 10px;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 10%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #50b2ca;
}
.products{
    padding:0px 50px;
    padding-bottom:100px;
    background: url(../images/homebg_Old.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}