﻿/*====================================
       Authour URI: #
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDIT US AND TELL YOUR FRIENDS ABOUT US

      Color: Orange
  ======================================*/

/*=====================================
  HOME MAIN STYLES 
   ===================================*/
#home .name-div h1 {
  color: rgb(254, 132, 49);
}

/*=====================================
  SALE STRIP STYLES 
   ===================================*/
.sale-strip {
  background-color: rgb(254, 132, 49);
  color: #fff;

}

/*=====================================
  FOOTER STYLES 
   ===================================*/
#footer-sec {
  color: #fff;
  background-color: rgb(254, 132, 49);
}