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

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

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

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

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

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

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

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

	




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:#fdb94c;
     color: #000000;
  }		
		
  body .btn-primary:hover{
     background-color:#dd632f;
     color: #0a0202;  	
  }

	

 /* Form Colors */

.home-form{
	background-color:#8224e3;
}

.home-label{
	color: #2b2b2b;
}


.side-form{
	background-color:#000000;
}

.side-label{
	color: #000000;
}

.modal-content{
	background-color: #dd3333;
}


.pop-label{
	color: #ffffff;
}


 /* Inner Page Settings  */

.inside-content h1{
	color: #fdb94c;
}

.inside-content h2{
	color:     color: #fdb94c;;
}

.inside-content h3{
	color: #dd632f;
}


.text-highlight:not(.no-line):after{
	background-color: #dd632f;
}

.banner-head{
	color:     color: #fdb94c;;
}




.inside-section-3 .accordion-button, .inside-section-4 .accordion-button{
	background-color: #dd632f;
}

.inside-section-3 .accordion-button:hover, .inside-section-4 .accordion-button:hover{
	background-color:     color: #fdb94c;;
}
