﻿/*====================================
       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: Red
  ======================================*/

/*=====================================
  HOME MAIN STYLES 
   ===================================*/
.home-icon {
    color:rgb(255, 5, 85);
}
#home .name-div h1{
            color:rgb(255, 5, 85);
}
 .call-div {
    color: #FFFFFF;
    background-color: rgb(255, 5, 85);
}
   /*=====================================
  SALE STRIP STYLES 
   ===================================*/
.sale-strip {
    background-color:rgb(255, 5, 85);
color:#fff;

}
  /*=====================================
  DETAIL STYLES 
   ===================================*/
#detail h3 {
     color:rgb(255, 5, 85);
}
/*=====================================
  FOOTER STYLES 
   ===================================*/
#footer-sec {
    color: #fff; 
      background-color: rgb(255, 5, 85);
}