﻿

/*/////////////////////////////////////////////Slider Style //////////////////////////////////////////////*/


.SliderImg {
    border-radius: 10px;
}







.GroupMenuImg {
    height: 30px;
    width: 30px;
}


.animateImg {
    overflow: hidden;
}

    .animateImg img {
        width: 100%;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }


        .animateImg img:hover {
            transform: scale(1.2,1.2);
        }




/*/////////////////////////////////////////////Icon Style //////////////////////////////////////////////*/



.IconDiv {
    color: #808080;
    text-align: center;
}

    .IconDiv a {
        color: #808080;
    }

    .IconDiv :hover {
        transform: scale(1.09);
        color: #000000;
        
    }

.IconImg {
    border-radius: 5px;
    height: 200px;
    width: 200px;
}


.IconLink {
    text-decoration: none;
    color: black;
}

.btnGroup {
    background-color: forestgreen;
    color: #fff;
}

    .btnGroup :hover {
        background-color: limegreen;
        color: #fff;
    }

/*/////////////////////////////////////////////divider Style //////////////////////////////////////////////*/

.wrapper {
    padding-bottom: 20px;
}

.divider {
    position: relative;
    margin-top: 20px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}


.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #22a5cd;
    border: 1px solid rgb(48,49,51);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}
