
/* Website highlight color */
::-moz-selection {background: #212121;text-shadow: none;color:#fff}
::-webkit-selection {background: #212121;text-shadow: none;color:#fff}
::selection {background: #212121;text-shadow: none;color:#fff}
.arrow-right {background: url("../../img/right-arrow.png") no-repeat scroll center center blue;}
.arrow-left {background: url("../../img/left-arrow.png") no-repeat scroll center center blue;}
.intro-blocks.vs-intro .tile:hover .intro-title hr ,#team .team-social a:hover{
    border-color: blue;
}
.intro-blocks.vs-intro .tile:hover .a-icon,#trending-project-slider a:hover,#team .team-social a:hover,.products-container .banner-box:hover h4,.products-container .banner-box:hover .banner-content,.latest-blog article .info .read-it-now  {
    color: blue;
}
.btn-subscribe:hover {
    background:blue;
    color: #FFFFFF;
}