/* Start Footer CSS */
.telenok-footer {
  background: linear-gradient(180deg, #05081a, #020412);
  color: #cfd6ff;
  font-size: 14px;
}

.footer-logo {
  max-width: 180px;
}

.tagline {
  font-size: 13px;
  opacity: 0.7;
}

.subscribe-box {
  display: flex;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}

.subscribe-box input {
  border: none;
  padding: 15px 18px;
  flex: 1;
  outline: none;
}

.subscribe-box button {
    background: #0d6efd;
    border: none;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    margin: 2px 2px 2px 2px;
    font-size: 15px;
}

.footer-divider {
    border-color: rgb(72 72 72);
    margin: 40px 0;
    opacity: 1;
}

.telenok-footer h4
{
      color: #fff;
  text-align: left;
  font-size: 30px;
}
.telenok-footer h6 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    margin-bottom: 25px;
}

.telenok-footer ul {
  list-style: none;
  padding: 0;
}

.telenok-footer ul li {
  margin-bottom: 10px;
}

.telenok-footer ul li a {
  color: #c8cad6;
  text-decoration: none;
}
.telenok-footer p 
{
    color: #c8cad6;
}
.social-icons a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  margin-right: 8px;
  color: #fff;
}

.contact-strip i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    background-color: #0d6efd;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    border-radius: 50px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 15px 0;
  font-size: 13px;
}

.footer-bottom a {
  color: #cfd6ff;
  margin-left: 15px;
  text-decoration: none;
}
.footer-contact-top h3 
{
  font-size: 20px;
}
/* End Footer CSS */
.footer-contact-top p 
{
    color: #fff;
}