
body
{
	color:#333 !important;
}
a
{
	color:#333 !important;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
 
  color: #555;
  /*font-family: 'Arial Rounded MT Bold', cursive !important;*/
}
.btn-primary
{
	/*FFC632  yellow*/
  background: #fff;
  border: 2px solid #09d !important;
}

.btn.btn-primary:hover 
{
	/*FFC632  yellow*/
	
  background: #aaa !important;
  color:white !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  
  background: #aaa !important;
  color:white !important;
  box-shadow:0 0 0 0 !important
}


.border-primary
{
  border-color: #09d !important;
}

.text-blue{
	 color: #09d;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active
{
  color: #09d;
}
.readmore
{
  
  color: #d00;
  
}

.text-primary
{
	color: #09d  !important;
}

.service-content::after {
   
    background: #09d;
	
}

.badge
{

  color: #09d !important;

}