
 /* Site Colors  */
	
		.site-color-1-bg{
			background-color: #1c5aa6;
		}

		.site-color-1-text{
			background-color: #1c5aa6;
		}		

	
		.site-color-2-bg{
			background-color: #1c5aa6;
		}

		.site-color-2-text{
			background-color: #1c5aa6;
		}		

	
		.site-color-3-bg{
			background-color: #7fd41a;
		}

		.site-color-3-text{
			background-color: #7fd41a;
		}		

	
		.site-color-4-bg{
			background-color: #1c5aa6;
		}

		.site-color-4-text{
			background-color: #1c5aa6;
		}		

	




h1, h2, h3, h4, h5, h6, strong {
  font-family: !important;
 }

body{
    font-family: !important;
}


  body .btn-primary{

  }


  body .btn-secondary{

  }




 /* Primary Buttons Colors  */
  	
  body .btn-primary{
     background-color:#7fd41a;
     color: #ffffff!important;
  }		
		
  body .btn-primary:hover{
     background-color:#1c5aa6;
     color: #ffffff!important;  	
  }

	

 /* Secondary Buttons Colors  */
  	
  body .btn-secondary{
     background-color:#1c5aa6!important;
     color: !important;
  }		
		
  body .btn-secondary:hover{
     background-color:;
     color: !important;  	
  }

	

 /* Form Colors */

.home-form{
	background-color:#1c5aa6!important;
}

.home-label{
	color: #132338;
}


.side-form{
	background-color:#1c5aa6!important;
}

.side-label{
	color: #132338;
}

.modal-content{
	background-color: #1c5aa6!important;
}


.pop-label{
	color: #ffffff!important;
}


 /* Inner Page Settings  */

.inside-content h1{
	color: #1c5aa6!important;
}

.inside-content h2{
	color: #1c5aa6!important;
}

.inside-content h3{
	color: #1c5aa6!important;
}


.text-highlight:not(.no-line):after{
	background-color: #1c5aa6;!important
}

.banner-head{
	color: #ffffff!important;
}




.inside-section-3 .accordion-button, .inside-section-4 .accordion-button{
	background-color: #1c5aa6!important;
}

.inside-section-3 .accordion-button:hover, .inside-section-4 .accordion-button:hover{
	background-color: #81d742!important;
}

 /* Coupon Colors */


.home-coupon{
	background-color: !important;
}

.side-coupon{
	background-color: !important;
}

.max-coupon{
	background-color: !important;
}

 /* Accent Header Colors */

 .error-page .error{
	color: ; 	
 }


.thank-you .bg-inner h1{
	color: ;	
}

.client-review h1 strong{
	color: ;		
}

.client-response .bg-inner h1 strong{
	color: ;			
}

