﻿
/*//////////////////////// Site Header Style //////////////////////////// */
.HeadTextDiv {
}

.HeadTextDiv:hover {
    color: #eeeeee !important;
    transform: scale(1.15);
}





.NavLink {
    color: #fff;
}





.searchBtn {
    color: #f2f2f2;
}



    .searchBtn:hover {
        color: #1BCCEC !important;
        transform: scale(1.15);
    }







/*//////////////////////// Img Header Style //////////////////////////// */

.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);
        }



.effect img.image {
    /*type your css here which you want to use for both*/
}

.effect:hover img.image {
    display: none;
}

.effect img.hover {
    display: none;
}

.effect:hover img.hover {
    display: block;
}




/*////////////////////////////////////////Swiper////////////////////////////////////////////*/

.swiper-button-next {
    height: 20px;
    width: 20px;
}

.swiper-button-prev {
    height: 50px;
    width: 50px;
}




.KhLink {
    color: darkgray;
    font-size: 14px;
    text-decoration: none;
}

    .KhLink :hover {
        color: #0e9694;
    }




.dropPanel {
    border: 1px solid #b9f5f4;
    width: 99%;
    padding: 6px 7px 4px 7px;
    outline: none
}


    .dropPanel:focus {
        border-right: 3px solid #0e9694;
    }



.GroupDiv {
    background-color: #f8fafa;
}

    .GroupDiv :hover {
        transform: scale(1.05);
    }


.SlideDiv {
    margin-top: 5px;
}

    .SlideDiv :hover {
        transform: scale(1.01);
    }

.LinkText {
    text-decoration: none;
    color: white;
}


.HeadSpan {
    color: darkgray;
    font-size: 14px;
    text-decoration: none;
}

    .HeadSpan :hover {
        color: #0e9694;
    }




.NewsDiv {
    border-radius: 2px;
    position: relative;
}

.NewsOverly {
    display: none;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    font-size: 12px;
}


.VideoDiv {
    border-radius: 2px;
    position: relative;
}

.VideoOverly {
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    font-size: 12px;
}

