.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #1A1A1A;
  /*position: fixed;*/
  /*z-index: 5;*/
  bottom: 0;
  width: 100%;
  z-index: 6;
}
.row-2-col-2{
  display: none !important;
}
.phone-footer{
  display: none;
}
.phone-footer-para{
  display: none;
}
@media (max-width: 576px){
  .follow-div div{
    text-align:center;
  }
}
.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  /*margin-bottom: 36px;*/
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  /*text-align: center;*/
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.footer-logo {
  text-align: center;
}

.footer-heading {
  color: #E1519B;
  font-family: 'Ubuntu';
}

.footer-groups {
  display: flex;
  position: relative;
  justify-content: space-between;
  float: right;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  /*text-align: center;*/
  align-items: center;
}

.location-footer {
  margin-right: 24px;
}

.email-footer {
  margin-right: 24px;
}

.phone-footer {
  margin-right: 24px;
  font-family: PT Sans Caption;
}

.bottom-row-footer {
  display: flex;
  justify-content: space-evenly;
}

.social-icon-div {
  display: flex;
  left: 0;
  justify-content: space-between;
  width: 190px;
}

.social-icons:hover path {
  fill: #e1519b;
}

.email-footer-para {
  /*font-family: PT Sans Caption;*/
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /*letter-spacing: 0.3px;*/
}

.location-footer-para {
  font-family: PT Sans Caption;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.6;
  line-height: 150%;
  /*letter-spacing: 0.3px;*/
}

.phone-footer-para {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.6;
  line-height: 150%;
  /*letter-spacing: 0.3px;*/
}

.social-icons:hover {
  filter: invert(47%) sepia(90%) saturate(1587%) hue-rotate(299deg) brightness(91%) contrast(93%);
}

.footer-list:link {
  color: #ffffff;
}

.footer-list {
}

