#footer {
  width: 100%;
  background: #141417;
  overflow: hidden;
  padding-top: 28px;
  color: #8c9195;
}

#footer .fotRow {
  width: 100%;
  overflow: hidden;
  min-height: 400px;
}

#footer .fotRow h4 {
  margin: 0 0 15px;
  line-height: 26px;
  color: #fff;
}
#footer .fotRow .webdesign-about h2 {
  margin: 0 0 15px;
  line-height: 26px;
  color: #fff;
  font-size: 18px;
}
#footer .fotRow .btn {
  float: right;
  background: #b61628;
  color: #fff;
  line-height: 21px;
  height: 21px;
  font-size: 12px;
  padding: 0 10px;
  margin-top: -26px;
}
@media (max-width: 768px){
   margin-top: 0;
}
#footer .fotRow p {
  line-height: 21px;
  font-size: 13px;
}

#footer .fotRow ul {
  list-style: none;
  padding: 0;
  width: 100%;
  border-top: 1px solid #8c9195;
}

#footer .fotRow ul li {
  width: 100%;
  line-height: 35px;
  border-bottom: 1px solid #8c9195;
  font-size: 13px;
  font-weight: 400;
}

#footer .fotRow ul li a {
  color: #8c9195;
  text-decoration: none;
}

#footer .fotRow ul li a i {
  padding-right: 16px;
}

#footer .fotRow ul li a:hover {
  color: #FFF;
}

#footer .ourContribution {
  width: 100%;
  overflow: hidden;
}

#footer .contributionRow {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
}

#footer .contributionRow .img {
  width: 19%;
  float: left;
  border: 1px solid #404245;
}

#footer .contributionRow .img img {
  width: 100%;
}

#footer .contributionRow p {
  width: 75%;
  float: left;
  padding: 0 0 0 10px;
  margin: -5px 0 0;
  line-height: 21px;
}

#footer .contributionRow p strong, #footer .contributionRow p strong a {
  color: #fff;
}

#footer .fotRow2 {
  width: 100%;
  overflow: hidden;
  min-height: 100px;
  border-top: 1px solid #3b3b48;
  background: #000;
  padding-top: 39px;
  font-size: 13px;
}

#footer .fotRow2 ul {
  padding: 0;
  list-style: none;
  width: 100%;
  margin-left: -10px; overflow:hidden;
}

#footer .fotRow2 ul li {
  float: left;
  line-height: 26px;
  background: url(../images/fotLiBg.png) right center no-repeat;
  padding-right: 12px;
  padding-left: 10px;
}

#footer .fotRow2 ul li a {
  color: #8c9195;
  text-decoration: none;
}

#footer .fotRow2 ul li.last,#footer .fotRow2 ul li:last-child {
  background: 0 0;
}

#footer .fotRow2 ul li a.active,#footer .fotRow2 ul li a:hover {
  color: #fff;
}

#footer .fotRow2 p {
  width: 100%;
  text-align: center;
  line-height: 26px;
  color: #fff;
}

#footer .socialIcon {
  width: auto;
  float: right;
  padding-right: 10px;
}

#footer .socialIcon a {
  color: #8c9195;
  line-height: 26px;
  margin-right: 21px;
  font-size: 18px; text-decoration:none;
}

#footer .socialIcon a:hover {
  color: #fff;
}

#footer .webdesign-webdesigner {
  width: 100%;
  padding-top: 15px;
  overflow: hidden;
}
#footer .webdesign-webdesigner h3{display:none;}
#footer .webdesign-webdesigner i {
  width: 31px;
  float: left;
  padding-right: 15px;
  font-size: 16px;
  display:inherit;
}

#footer .webdesign-webdesigner span {
  width: 70%;
  float: left;
  line-height: 26px;
  margin-top: -5px;
}

#footer .webdesign-webdesigner .row {
  margin: 0 0 10px;
}

#footer .webdesign-webdesigner .row a {
  color: #8c9195;
  /*clear: left;*/
  float: left;
  text-decoration: none;
  margin-bottom: 15px;
  width:100%;
}

#footer .webdesign-webdesigner .phone-no{
  color:#8c9195;
  float:left;
  text-decoration: none;
  margin-bottom:9px;
  width:100%;
}

#footer .webdesign-webdesigner .row a:hover {
  color: #fff;
}