﻿
/*=====================================
  NAVBAR STYLES 
    ===================================*/


#menu {
    background-color:#FFFF00;
   
}

/*=====================================
  HEADERS STYLES 
    ===================================*/


.header-sec .overlay{
     background:rgba(30, 123, 158, 0.90);
	
}

  /*=====================================
  TESTIMONIALS STYLES 
    ===================================*/

.testi-sec .overlay{
    background:rgba(8, 134, 74, 0.80);
}
 

/*=====================================
  PRICING STYLES 
    ===================================*/

.single-price {
    background-color:rgba(30, 123, 158,1);
}
.multi-price {
    background-color:rgba(30, 123, 158,0.5);
}
/*=====================================
  FOOTER STYLES 
    ===================================*/

 .myfooter {
    background-color:#FFFF00;
}