﻿/*====================================
       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);
}