.logiq-footer .footer-top-section {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.logiq-footer .footer-top-section .bg-section-skew {
  text-align: center;
  padding-top: 130px;
  margin-top: -7%;
  transform: skew(0deg, -7deg);
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.logiq-footer .footer-top-section .footer-top-container {
  padding: 80px 0;
  position: relative;
}

.logiq-footer .get-started-container .get-started-label {
  color: #0A2540;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 10px;
}

.logiq-footer .get-started-container p {
  color: #425466;
  font-size: 16px;
  margin-bottom: 15px;
}

.logiq-footer .footer-desc-container .footer-desc-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.logiq-footer .footer-desc-container .footer-desc-icon.communication {
  background-image: url('../images/communication.svg');
}

.logiq-footer .footer-desc-container .footer-desc-icon.support {
  background-image: url('../images/support.svg');
}

.logiq-footer .footer-desc-container .footer-desc-title {
  font-size: 18px;
  color: #0A2540;
  font-weight: 600;
  margin-bottom: 10px;
}

.logiq-footer .footer-desc-container p {
  color: #425466;
  font-size: 16px;
  margin-bottom: 15px;
}

.logiq-footer .footer-desc-container p a {
  color: #635BFF;
  font-weight: 500;
  text-decoration: none;
}

.logiq-footer .footer-bottom-section {
  background: #f6fcff;
  padding-bottom: 50px;
  padding-right: 50px;
}

.logiq-footer .footer-bottom-section .footer-img {
  max-width: 100%;
}

.logiq-footer .footer-bottom-section h2 {
  font-size: 60px;
  font-weight: 600;
  color: #0A2540;
  margin-bottom: 30px;
}

.social-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.social-list li {
  margin-right: 20px;
}

.social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(3,77,131,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-list li:hover a {
  background-color: #034D83;
}

.social-list li a .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-list li:hover a .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .logiq-footer .get-started-container .get-started-label {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .logiq-footer .footer-desc-container .footer-desc-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .logiq-footer .footer-bottom-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .logiq-footer .footer-desc-container {
    margin-top: 50px;
  }
  .logiq-footer .footer-top-section .bg-section-skew {
    transform: unset;
    margin: 0;
    padding: 0
  }
  .logiq-footer .footer-top-section .footer-top-container {
    padding: 50px 0;
  }
  .logiq-footer .footer-bottom-section {
    padding: 50px;
    padding-left: 0;
  }
  .logiq-footer .footer-bottom-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .logiq-footer .footer-top-section .footer-top-container {
    /* padding: 30px 0; */
  }
  .logiq-footer .footer-bottom-section {
    padding: 30px;
    padding-left: 0;
  }
  .logiq-footer .footer-bottom-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .logiq-footer .footer-desc-container {
    margin-top: 30px;
  }
  .logiq-footer .footer-desc-container .footer-desc-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
  .logiq-footer .footer-desc-container .footer-desc-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .logiq-footer .footer-desc-container p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .logiq-footer .footer-bottom-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .social-list {
    margin-bottom: 10px;
  }
}