body {
  background: #fff;
  color: #222;
}

header {
  background: url(../images/template/header-bg.png) repeat-x;
}
.call-now {
  color: #171616;
}
.call-now span {
  background: url("../images/template/phone-icon.png") no-repeat scroll 11px -1px
    rgba(0, 0, 0, 0);
  color: #1d005d;
}
.call-now a{
  color: #171616;
  text-decoration: none;
}
nav {
  background: #1d005d;
}
nav li {
  border-right: 1px solid #fff;
  color: #fff;
}
nav li a {
  color: #fff;
}
nav li a:hover {
  background: #290089;
  color: #ccc;
}
nav ul ul {
  display: none;
  position: absolute;
  width: 337px;
  margin-top: 10px;
  z-index: 9999;
}
nav ul li:hover > ul {
  display: block;
  background: #000;
  margin-top: 6px;
  z-index: 9999;
}
nav li li {
  float: none;
  margin: 0;
  padding: 10px 0px;
  margin-bottom: 1px;
  border: none;
}
nav li:hover {
  background: #290089;
  color: #ccc;
}

.banner {
  background: url(../images/template/banner-shadow.png) center bottom no-repeat;
}
.banner img {
  border: 10px #eaeaea solid;
}

.main-pro1 {
  background: url(../images/template/main-pro-bg.png);
  border: 1px solid #d5d5d5;
}
.main-pro1 h2 {
  color: #160046;
}
.main-pro1 font {
  color: #3f2775;
}

aside h2 {
  background: #1d005d;
  color: #fff;
}
aside ul {
  background: #f6f6f6;
  border: 1px solid #dedede;
}
aside li {
  background: url("../images/template/bullets.png") no-repeat scroll 4px 10px
    rgba(0, 0, 0, 0);
}
aside a {
  color: #666;
  text-decoration: none;
}
aside a:hover {
  color: #290089;
}

.marquee {
  width: 1000px;
  margin: 0 auto;
}
.marquee div {
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 5px;
}

footer {
  background: #4c308b url(../images/template/footer-bg.png) repeat-x bottom;
}
.footer-txt h2 {
  color: #fff;
}
.footer-txt div {
  background: url(../images/template/footer-line.png) right no-repeat;
}
.footer-txt li {
  background: url(../images/template/footer-bullet.png) no-repeat 10px 10px;
  color: #fff;
}
.footer-txt dt {
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #ff0;
}

.cr li a {
  text-decoration: none;
  color: #160046;
}
.cr li a:hover {
  color: #00f;
}

.sitemap ul {
  margin: 15px;
  padding-left: 15px;
  line-height: 25px;
}
.sitemap li {
  background: url(../images/template/bullets.png) no-repeat 5px 3px;
  padding-left: 25px;
}
.sitemap li a {
  text-decoration: none;
  color: #444444;
}
.sitemap li a:hover {
  color: #309;
}

/* whatsapp chat icon */
.whatsapp-chat{
  position: fixed;
  bottom: 50px;
  right: 20px;
}
.whatsapp-chat img
{
  height: 50px;
  width: 50px;
}
