 /* 
    Color      : Light Black
    Color Code : #b621bb
	Hover Code : #0c7cd5
*/
::-moz-selection {
    background:#b621bb;
   }
   
   ::selection {
       background: #b621bb;
   }
   .bg-theme,
   .bg-overlay-theme:before,
   .btn--primary,
   .navbar-toggle .icon-bar,
   .page-dark .testimonial-panel:hover,
   .testimonial-panel:hover{
       background-color:#b621bb;
       
   }
   
   .btn--secondary:active,
   .btn--secondary:focus,
   .btn--secondary:hover,
   .btn--white:active,
   .btn--white:focus,
   .btn--white:hover,
   .feature-left-circle .feature-panel:hover .feature--icon{
       background-color: #b621bb;
       border-color: #b621bb;
   }
   
   a,
   .text-theme,
   .feature-panel .feature--icon,
   .landing-demos .portfolio-title:hover h4,
   .portfolio-filter li a.active-filter,
   .portfolio-filter li a:hover,
   .page-dark .btn--primary:active,
   .page-dark .btn--primary:focus,
   .page-dark .btn--primary:hover{
       color: #b621bb;
   }
   
   .feature-left-circle .feature--icon{
   color:#b621bb;
   border-color: #b621bb;
   }
   
   