.client-logo-container{
    background-color: rgb(105, 179, 231);
    margin-bottom:15px;
}
.client-logo{
    width:400px;
}
.text-primary{
    color:rgb(105, 179, 231); !important;
  }
  .text-black{
    color:#000 !important;
  } 
  .primary-bg{
      background-color:rgb(105, 179, 231);;
  
  }		
  	
  .homepage-tabs .nav-link.active {
    color: #fff !important;
    background-color:rgb(105, 179, 231);;
}
.btn-primary, .btn-primary:hover{
    background-color:rgb(105, 179, 231);;
    border-color: rgb(105, 179, 231);;
    }
    .active{
        background-color: rgb(105, 179, 231);;
}

a, a:hover {
    color:rgb(105, 179, 231);;   
    text-decoration: underline;
}
.text-muted {
color: #000!important;
}

.menu-item-container a{
    color: #333;
    text-decoration: none;
}

.page-event-stores a{
	color:rgb(105, 179, 231);;
	text-decoration: none;
}

.checkout-icons i {
	font-size:26px;
	color:rgb(105, 179, 231);; 
}